n8n-nodes-chatflow
v1.2.6
Published
n8n community nodes for Chatflow — send WhatsApp & Telegram messages and receive triggers
Maintainers
Readme
n8n-nodes-chatflow
Community n8n nodes for Chatflow — send and receive WhatsApp & Telegram messages.
Nodes
Chatflow Message
Send messages via WhatsApp or Telegram through Chatflow API.
Operations:
- Send Text
- Send Image (with optional caption)
- Send Video (with optional caption)
- Send Audio
- Send Document (with optional caption)
Chatflow Trigger
Webhook-based trigger that starts your workflow when a new message arrives.
Supported events:
- Incoming message
- Delivery status updates
- Authorization status changes
- Incoming calls
- Outgoing messages (API / Phone)
Credentials
Each credential is bound to one instance:
| Field | Description |
|---|---|
| Server URL | Your Chatflow server (default: https://app.chatflow.kz) |
| Token | API token from Chatflow → Settings → API Access |
| Instance ID | Instance ID from Chatflow → Instances |
| Platform | WhatsApp or Telegram |
Tip: Create separate credentials for each instance you want to use.
Installation
In n8n (Community Nodes)
- Go to Settings → Community Nodes
- Enter
n8n-nodes-chatflow - Click Install
Manual
cd ~/.n8n
npm install n8n-nodes-chatflowUsage
- Add your Chatflow credentials (token + instance ID + platform)
- To send messages: Add a "Chatflow Message" node, choose operation, set recipient
- To receive messages: Add a "Chatflow Trigger" node, select event types, activate workflow
License
MIT
