Skip to main content
TwilioTools gives an agent functions for sending SMS messages, listing messages, and retrieving call details.
twilio_tools.py

Run the Example

1

Set up your virtual environment

2

Install dependencies

3

Export your credentials

4

Set the phone numbers

Replace sender_phone_number with your Twilio phone number and receiver_phone_number with the recipient’s E.164 phone number.
5

Run the example

Full source: cookbook/91_tools/twilio_tools.py