Blocks
Twilio SMS
Send SMS messages
Send text messages to single or multiple recipients using the Twilio API.
Toolstwilio_sms
Block Preview
Twilio SMS
Send SMS messages
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the twilio_sms block with monitoring enabled in production.
Inputs (UI)
Recipient Phone Numbers
long-inputPlaceholder: Enter phone numbers with country code (one per line, e.g., +1234567890)
Layout: full
Message
long-inputPlaceholder: e.g. "Hello! This is a test message."
Layout: full
Twilio Account SID
short-inputPlaceholder: Your Twilio Account SID
Layout: full
Auth Token
short-inputPlaceholder: Your Twilio Auth Token
Layout: full
From Twilio Phone Number
short-inputPlaceholder: e.g. +1234567890
Layout: full
Inputs (API)
phoneNumbers
stringRequired
message
stringRequired
accountSid
stringRequired
authToken
stringRequired
fromNumber
stringRequired
Outputs
Primary response type:
{
"success": "boolean",
"messageId": "string",
"status": "string",
"error": "string"
}Tool Access
twilio_send_sms