Procedures

Automation procedures in the Twilio book.

The following documentation is for Twilio v2.0.0 (BDK).

to read some (SMS messages)

FILTER - CAPABLE

Read some SMS messages using the Twilio API.

Output Concepts

Concept
Description
Type

A list of SMS messages that matches the specified filtering criteria

twilio sms message

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

Concept
Description
Type
Required
Default Value

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

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?