JSPM

n8n-nodes-advbox

0.2.96
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 235
  • Score
    100M100P100Q106377F
  • License MIT

n8n nodes for ADVBOX API integration - Local version

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-advbox

Building from Source

  1. Clone this repository
  2. Install dependencies: npm install
  3. Build the package: npm run build
  4. Link to your n8n installation: npm link

Publishing to NPM

To publish a new version to NPM:

npm login
npm publish

Changelog

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