To Send an SMS Message
Sends an SMS message using the Twilio API.
Input Concepts
Concept
Description
Type
Required
sender number
The Twilio phone number to send the message from
text
Yes
recipient number
The recipient's phone number
text
Yes
message body
The body of the SMS message to send
text
Yes
Output Concepts
Concept
Description
Type
answer
The SID of the sent message if successful, otherwise None.
text
Examples
Send an SMS message
Last updated
Was this helpful?