Send SMS text messages when rules trigger. Powered by Twilio's reliable messaging infrastructure.
Configuration Parameters
| Parameter | Required | Type | Description |
|---|---|---|---|
| AccountSid | Yes | string | Twilio Account SID |
| AuthToken | Yes | string | Twilio Auth Token |
| From | Yes | string | Twilio phone number (e.g., +1234567890) |
| To | Yes | string | Recipient phone number |
| Body | Yes | string | SMS message content (max 1600 chars) |
Example Configuration
AccountSid = ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AuthToken = ********
From = +15551234567
To = +15559876543
Body = ALERT: Pressure exceeded threshold at {timestamp}Getting Twilio Credentials
- Sign up at twilio.com
- Navigate to Console > Account Info
- Copy your Account SID and Auth Token
- Purchase or use a trial phone number for From
Internal Behavior
- Timeout: 15 seconds per send attempt
- Delivery Status: Message SID logged for tracking
- Character Limit: Standard SMS limits apply (160 chars per segment)