allmybots

n8n community node for AllMyBots WhatsApp messaging platform

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)

  1. Go to Settings → Community Nodes in your n8n instance
  2. Click Install a community node
  3. Enter n8n-nodes-allmybots
  4. 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

  1. Add the AllMyBots node to your workflow
  2. Select WhatsApp MessageSend Message
  3. Enter your Phone Number ID, recipient number (with country code), and message

Auto-Label New Subscribers

  1. Use a webhook trigger to receive new contact data
  2. AllMyBotsWhatsApp SubscriberCreate to add the contact
  3. AllMyBotsWhatsApp SubscriberAssign Labels to categorize them

Track Message Delivery

  1. Send a message and capture the returned wa_message_id
  2. Use WhatsApp MessageGet Message Status to check delivery

Support

License

MIT

Discussion