middleware

n8n community node for Telco Blacklist Middleware API

Package Information

Downloads: 1 weekly / 8 monthly
Latest Version: 1.0.0
Author: iserifith

Documentation

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 n8n

Or use the deploy tool:

node tools/n8n-deploy.js install-node

Volume Mount (Alternative)

# In docker-compose.yml
services:
  n8n:
    volumes:
      - ./n8n-nodes-middleware/dist:/home/node/.n8n/custom

Operations

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:3001 in Docker)
  • API Key: Optional authentication key

Discussion