Package Information
Downloads: 1 weekly / 39 monthly
Latest Version: 1.0.2
Author: AllMyBots
Documentation
n8n-nodes-allmybots
Community n8n node for the AllMyBots WhatsApp messaging platform.
Send WhatsApp messages, manage subscribers, labels, catalogs, bot flows, and more — all from your n8n workflows.
Installation
Via n8n Community Nodes (Recommended)
- Go to Settings → Community Nodes in your n8n instance
- Click Install a community node
- Enter
n8n-nodes-allmybots - Click Install
Via npm (Manual / Docker)
cd /home/node/.n8n
npm install n8n-nodes-allmybots
Then restart n8n.
Via GitHub (Docker)
cd /home/node/.n8n
npm install github:OmnesCyber/n8n-nodes-allmybots
Credentials
| Field | Description |
|---|---|
| API Token | Your AllMyBots user API token (found in account settings) |
| Base URL | https://app.allmybots.com (change only if self-hosting) |
Resources & Operations
| Resource | Operations |
|---|---|
| User | Get Direct Login URL |
| WhatsApp Account | Connect |
| WhatsApp Message | Send Message, Send Template Message, Get Conversation, Get Message Status |
| WhatsApp Bot | Get Post Back List, Get Template List, Trigger Bot Flow |
| WhatsApp Subscriber | Get, List, Create, Update, Delete, Reset Input Flow, Assign Chat to Team, Assign Custom Fields, Get Custom Fields List, Assign Labels, Remove Labels, Assign Sequences, Remove Sequences, Add Notes |
| WhatsApp Label | List, Create |
| WhatsApp Catalog | List, Sync, Order List, Change Order Status |
Quick Start Examples
Send a WhatsApp Message
- Add the AllMyBots node to your workflow
- Select WhatsApp Message → Send Message
- Enter your Phone Number ID, recipient number (with country code), and message
Auto-Label New Subscribers
- Use a webhook trigger to receive new contact data
- AllMyBots → WhatsApp Subscriber → Create to add the contact
- AllMyBots → WhatsApp Subscriber → Assign Labels to categorize them
Track Message Delivery
- Send a message and capture the returned
wa_message_id - Use WhatsApp Message → Get Message Status to check delivery
Support
- AllMyBots API Docs: https://app.allmybots.com/api-doc
- Issues: https://github.com/OmnesCyber/n8n-nodes-allmybots/issues
