Package Information
Downloads: 0 weekly / 11 monthly
Latest Version: 1.0.0
Available Nodes
Documentation
n8n WhatsApp Bot Node
Custom n8n node to interact with your local WhatsApp Service API.
Features
- Send Text Message: Send text messages to any number.
- Send Media: Send images, videos, or audio via URL with optional captions.
- Generate QRIS: Remotely trigger QRIS generation.
Installation
Local Development / Manual Installation
- Navigate to this directory:
cd n8n-node-whatsapp-service - Install dependencies:
npm install - Build the node:
npm run build - Link the node to your local n8n:
npm link cd ~/.n8n/nodes # Or your n8n installation directory npm link n8n-nodes-whatsapp-service - Restart n8n.
Credentials
Setup the Base URL in the credentials (e.g., http://localhost:9212).
Publishing to npm
If you want to share this node with others on the n8n Community Hub:
Login to npm:
npm loginDouble check package.json:
- Ensure the
nameis unique (starts withn8n-nodes-). - Update
versionif you made changes.
- Ensure the
Build & Publish:
npm run build npm publish --access publicAdd to n8n Community Hub:
Go to n8n.io/nodes and submit your npm package name.