Procedures
Automation procedures in the Twilio book.
Ensure that you have installed or connected the Twilio book and created a new playground before using these automation procedures.
to read some (SMS messages)
Read some SMS messages using the Twilio API.
Output Concepts
Examples
Retrieve SMS messages filtered by sender and recipient numbers
Retrieve SMS messages filtered by the date in which they were sent
Retrieve SMS messages that were sent in the specified time period
to send an SMS message
Sends an SMS message using the Twilio API.
Input Concepts
sender number
The Twilio phone number to send the message from
text
Yes
(no default)
recipient number
The recipient's phone number
text
Yes
(no default)
message body
The body of the SMS message to send
text
Yes
(no default)
Output Concepts
answer
The SID of the sent message if successful, otherwise None.
text
Examples
Send an SMS message
Last updated
Was this helpful?
