Twilio
Overview of the Twilio BDK Book.
Overview
Twilio is a cloud communications platform providing SMS, voice, video, and messaging API services. This integration enables automated SMS sending, phone call management, communication workflows, and customer engagement automation. Enhance customer communication and automate messaging processes.
Prerequisites
1. Add the Book to Your Agent
To use the Twilio BDK Book, you need to add it to your agent. This allows the agent to learn and execute the automation procedures in the Book. Follow the steps below to get started:
Go to Books from the left navigation menu.
Click on + New Book.
Search for Twilio (BDK) and click on the book.
You'll be prompted for connectivity details if the book requires configuration.
Click on Add to finish adding the book to your agent.
Publish your agent.
Connectivity
This section outlines the available methods for connecting to the Book, along with the required configuration details for each.
Connect using Account SID and Auth Token
Establishes a connection to the Twilio API using the provided account SID and auth token.
Account SID
The Account SID from your Twilio account.
text
Auth Token
The Auth Token from your Twilio account.
sensitive
Last updated
Was this helpful?