Twilio SMS

Use Twilio SMS to send a text message from a workflow. Configure the Twilio credentials, sending number, recipient, and message body documented below.

Usage Instructions

Integrate Twilio into the workflow. Can send SMS messages.

Actions

Twilio Send SMS

Send text messages to single or multiple recipients using the Twilio API.

Input

ParameterTypeRequiredDescription
phoneNumbersstringYesPhone numbers to send the message to in E.164 format (e.g., +15551234567), separated by newlines
messagestringYesMessage to send
accountSidstringYesTwilio Account SID
authTokenstringYesTwilio Auth Token
fromNumberstringYesTwilio phone number to send the message from in E.164 format (e.g., +15551234567)

Output

ParameterTypeDescription
successbooleanSMS send success status
messageIdstringUnique Twilio message identifier (SID)
statusstringMessage delivery status from Twilio
fromNumberstringPhone number message was sent from
toNumberstringPhone number message was sent to