n8n-nodes-kontroapi
v0.8.0
Published
KontroAPI nodes for n8n workflow automation - Send/receive WhatsApp messages
Downloads
1,215
Maintainers
Readme
KontroAPI n8n Nodes
Custom n8n workflow nodes for KontroAPI WhatsApp integration.
Installation
For n8n community nodes
npm install @kontroapi/n8n-nodesFor self-hosted n8n
Add to your n8n configuration:
{
"nodesExcludes": ["@kontroapi/n8n-nodes"]
}Nodes
KontroAPI Send Message
Send WhatsApp messages via KontroAPI.
Message Types:
- Text
- Image
- Audio
- Video
- Document
- Sticker
- Location
- Contact
Parameters:
sessionId- Your WhatsApp session IDrecipient- Phone number (with country code, no + sign)messageType- Type of message to sendcontent- Message content based on type
KontroAPI Receive Message
Webhook trigger for receiving WhatsApp messages.
Events:
messages.received- Incoming messagesmessages.sent- Sent messagesmessages.update- Message status updatessession.status- Session connect/disconnectqrcode.updated- New QR code generatedcontacts.upsert- Contact updatesgroups.upsert- Group updates
Authentication
Requires KontroAPI API key with format sk_live_xxxxx.
Get your API key from: https://dashboard.kontroapi.com/settings/api
Usage Example
┌─────────────────────┐
│ KontroAPI Receive │
│ (Webhook Trigger) │
└──────────┬──────────┘
│
▼
┌─────────────────────┐
│ Slack Notification │
│ (Send message) │
└─────────────────────┘License
MIT
