Connect
Connect with the Linked Account’s Twilio account.
Twilio is an API Key based integration and does not require the setup of an app.
Required Credentials of a Linked Account
To successfully connect with the Twilio integration, a Linked Account or an end-user will need to provide the following to connect:
- Auth Token
- Account SID
To understand how a Linked Account can get the above mentioned credentials, refer below.
Getting Credentials of Trello
To acquire the required credentials and connect a Linked Account, please follow the steps mentioned below:
- Log in to your Twilio account.
- In the home page, complete the first step to enable your
Account SID
andAuth token
. - Under
Account Info
, you will find theAccount SID
and theAuth Token
.
The Linked Account or end-user now have all the credentials required to connect with Twilio.
Actions and triggers
In Cobalt, you can create orchestrations of your use-cases using Twilio actions and triggers. Following are the set of Twilio actions and triggers supported by Cobalt.
Messages
Messages
- Create Message - Create a new message in Twilio.
- Get Message by ID - Get a message by ID in Twilio.
- List Messages - List all messages in Twilio.
- Update Message - Update a message in Twilio.
- Delete Message - Delete a message in Twilio.
Calls
Calls
- Create Call - Create a call in Twilio.
- List calls - List all calls in Twilio.
- Get Call by ID - Get a call by ID in Twilio.
Others
Others
- HTTP Request - Make HTTP API calls to any Twilio documented REST APIs.
Messages
Messages
- Create Message - Create a new message in Twilio.
- Get Message by ID - Get a message by ID in Twilio.
- List Messages - List all messages in Twilio.
- Update Message - Update a message in Twilio.
- Delete Message - Delete a message in Twilio.
Calls
Calls
- Create Call - Create a call in Twilio.
- List calls - List all calls in Twilio.
- Get Call by ID - Get a call by ID in Twilio.
Others
Others
- HTTP Request - Make HTTP API calls to any Twilio documented REST APIs.
- Message Received - Triggers when a message is received in Twilio.