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

ParameterTypeRequiredDescription
phoneNumbersstringYesPhone numbers to send the message to, separated by newlines
messagestringYesMessage to send
accountSidstringYesTwilio Account SID
authTokenstringYesTwilio Auth Token
fromNumberstringYesTwilio phone number to send the message from

Output

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

Usage Instructions

Integrate Twilio into the workflow. Can send SMS messages.

Notes

  • Category: tools
  • Type: twilio_sms