Send WhatsApp messages when rules trigger. Powered by Twilio's WhatsApp Business API.
Configuration Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| AccountSid | Yes | string | Twilio Account SID |
| AuthToken | Yes | string | Twilio Auth Token |
| From | Yes | string | Twilio WhatsApp number (without whatsapp: prefix) |
| To | Yes | string | Recipient phone number (without whatsapp: prefix) |
| Body | Yes | string | Message content |
Example Configuration
AccountSid = ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AuthToken = ********
From = +14155238886
To = +15559876543
Body = 🚨 ALERT: Temperature sensor reading {value}°C exceeds thresholdSetup Requirements
- Twilio Account: Sign up at twilio.com
- WhatsApp Sandbox (for testing): Activate in Twilio Console
- WhatsApp Business Profile (for production): Apply through Twilio
Internal Behavior
- Prefix Handling:
whatsapp:prefix added automatically - Timeout: 15 seconds per send attempt
- Delivery Tracking: Message SID logged for status tracking