Package Information
Downloads: 6 weekly / 172 monthly
Latest Version: 0.2.0
Author: Surya Prakash Vadivel
Documentation
n8n-nodes-sendiee
n8n community node for Sendiee — WhatsApp Business messaging.
Send WhatsApp template and freeform messages, manage contacts, and handle scheduled messages — without manually configuring HTTP nodes.
Installation
In n8n: Settings → Community Nodes → Install → search n8n-nodes-sendiee
Or via CLI:
npm install n8n-nodes-sendiee
Credentials
- Go to your Sendiee Dashboard → Settings → API Keys
- Copy your API key
- Copy your WhatsApp Business phone number (full international, no
+) - In n8n: Credentials → New → Sendiee API → paste both
Supported Operations
Message
| Operation | Description |
|---|---|
| Send Template Message | Send an approved WhatsApp template |
| Send Freeform Message | Send text, image, document, audio, or video |
| Get Message Status | Check delivery status of a sent message |
Contact
| Operation | Description |
|---|---|
| Create or Update | Upsert a contact by phone number |
| Get by Phone | Look up a contact by phone |
| Filter | Search contacts by any field |
| List All | Paginated list of all contacts |
Scheduled Message
| Operation | Description |
|---|---|
| List | View scheduled messages (filter by status) |
| Get | Get details of a specific scheduled message |
| Cancel | Cancel a pending scheduled message |
Example Workflows
- Shopify order confirmed → Send WhatsApp template with order details
- Typeform submitted → Upsert contact → Send welcome message
- Google Sheets row added → Create Sendiee contact
Resources
License
MIT