Twilio SMS
Send SMS messages
Configuration
Recipient Phone Numbers*
Enter phone numbers with country code (one per line, e.g., +1234567890)
Message*
e.g. "Hello! This is a test message."
Twilio Account SID*
Your Twilio Account SID
Auth Token*
••••••••
From Twilio Phone Number*
e.g. +1234567890
Tools
twilio_send_sms
Send text messages to single or multiple recipients using the Twilio API.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
phoneNumbers | string | Yes | Phone numbers to send the message to, separated by newlines |
message | string | Yes | Message to send |
accountSid | string | Yes | Twilio Account SID |
authToken | string | Yes | Twilio Auth Token |
fromNumber | string | Yes | Twilio phone number to send the message from |
Output
| Parameter | Type | Description |
|---|---|---|
success | boolean | SMS send success status |
messageId | string | Unique Twilio message identifier (SID) |
status | string | Message delivery status from Twilio |
fromNumber | string | Phone number message was sent from |
Usage Instructions
Integrate Twilio into the workflow. Can send SMS messages.
Notes
- Category:
tools - Type:
twilio_sms