n8n-nodes-gglb-middleware
v1.0.0
Published
n8n community node for Telco Blacklist Middleware API
Downloads
98
Readme
n8n Middleware Node
Custom n8n node for the Telco Blacklist Middleware API.
Installation
Docker (Recommended)
# Build the node
cd n8n-nodes-middleware
npm run build
# Build custom n8n image
docker build --build-arg N8N_VERSION=1.19.4 --tag=n8n-with-middleware .
# Update docker-compose.yml to use: image: n8n-with-middleware:latest
docker-compose up -d n8nOr use the deploy tool:
node tools/n8n-deploy.js install-nodeVolume Mount (Alternative)
# In docker-compose.yml
services:
n8n:
volumes:
- ./n8n-nodes-middleware/dist:/home/node/.n8n/customOperations
Credits
- Add Credits, Consume Credit, Get Credits, Can Perform Lookup
Users
- Create User, Get User, Update User
Subscriptions
- Create, Renew, Upgrade, Expire Subscription
Payments
- Create Credit Pack, Create Subscription Purchase, Process Payment
Configuration
- Base URL: Middleware URL (e.g.,
http://middleware:3001in Docker) - API Key: Optional authentication key
