💬 Send SMS

Send SMS messages via Twilio.

Overview

Send SMS messages from your workflows via Twilio. Supports variable interpolation in the message body and recipient number.

Configuration

  • Credential — select a Twilio API credential
  • To Number — recipient phone number in E.164 format (e.g., +1234567890)
  • Message Body — SMS text content (supports {{variables}})

Example

  • To: {{$json.phone_number}}
  • Message: Hi {{$json.name}}, your appointment is confirmed for tomorrow at {{$json.time}}.

Common Use Cases

  • Appointment reminders — send automated SMS reminders before scheduled appointments using data from your database or CRM
  • Order status updates — text customers when their order ships or is out for delivery
  • Two-factor alerts — send verification codes or security alerts to users' phone numbers
  • Escalation notifications — alert on-call team members via SMS when critical conditions are detected by your workflows