Twilio
Last updated
Was this helpful?
Last updated
Was this helpful?
Before connecting the data source, you'll need to obtain the necessary parameters for authentication.
Twilio supports . For this type of authentication, you'll need your Twilio account SID as the username and your auth token as the password. You can find these credentials in the .
Once you have the credentials, you can proceed to connecting your Twilio data source:
On the Data sources page, click Connect, and select HTTP API in the Data sources list.
Next, specify the Base URL - https://api.twilio.com/api_version
.
Select Basic Auth in the Authentication settings dropdown and specify your account SID & auth token/API key & API key secret in the Username and Password fields respectively.
Finally, click Connect Datasource to complete the setup.
If you want to use to authenticate instead of your Twilio account SID and auth token, then you can use the API key as the username and your API key’s secret as the password. You can learn more about Twilio authentication in their .
Once you've established the connection between UI Bakery and your Twilio API, you can start interacting with its data. For this purpose, you'll need to use the action step.
Refer to to learn more about Twilio requests.
If you want to send messages in trial mode, you must first . You can verify it by adding the number to your in the console.