Skip to main content

General

SMS Notifications

Send SMS alerts via Twilio when rules trigger.

Send SMS text messages when rules trigger. Powered by Twilio's reliable messaging infrastructure.

Configuration Parameters

ParameterRequiredTypeDescription
AccountSidYesstringTwilio Account SID
AuthTokenYesstringTwilio Auth Token
FromYesstringTwilio phone number (e.g., +1234567890)
ToYesstringRecipient phone number
BodyYesstringSMS message content (max 1600 chars)

Example Configuration

AccountSid = ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
AuthToken = ********
From = +15551234567
To = +15559876543
Body = ALERT: Pressure exceeded threshold at {timestamp}

Getting Twilio Credentials

  1. Sign up at twilio.com
  2. Navigate to Console > Account Info
  3. Copy your Account SID and Auth Token
  4. 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)