Package Exports
- n8n-nodes-advbox
- n8n-nodes-advbox/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (n8n-nodes-advbox) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
n8n-nodes-advbox
This package contains n8n nodes for ADVBOX API integration.
Features
- Movement: Get history of movements for a lawsuit
- Tasks: Get list of tasks with date filtering
Installation
Local Installation
npm install n8n-nodes-advboxBuilding from Source
- Clone this repository
- Install dependencies:
npm install - Build the package:
npm run build - Link to your n8n installation:
npm link
Publishing to NPM
To publish a new version to NPM:
npm login
npm publishChangelog
0.2.96
- Added Tasks resource with GET /posts endpoint
- Updated node icon to PNG format (logo-advbox.png)
- Improved error handling and logging
0.2.87
- Previous version with movement history functionality
- Includes GET /lawsuit/movement/history endpoint