Twilio
Twilio is a cloud communications platform that enables businesses to send SMS, make voice calls, and integrate messaging services into applications. It provides scalable and secure communication solutions for businesses of all sizes.
How to Integrate Twilio with ZBrain Flow
Integrating Twilio with your application allows you to send SMS messages, make voice calls, and automate communication workflows.
Steps to Integrate Twilio:
Click the β+β Button in Zoho Flow β Start a new integration.
Search for Twilio β Type βTwilioβ in the search bar.
Choose an Action β Select the desired action, such as sending an SMS or making an API request.
How to Create a Twilio Connection in ZBrain Flow
To establish a connection between Twilio and ZBrain Flow:
Steps to Connect Twilio:
Provide a Connection Name β Assign a unique name to identify the Twilio connection.
Enter the Account SID β This is required to authenticate API requests.
Enter the Auth Token β Used for secure authentication.
Click βSaveβ β Finalize the connection setup.
How to Get Your Twilio Account SID and Auth Token
Log in to Twilio β Go to the Twilio Console and sign in.
Navigate to the Dashboard β Your Account SID and Auth Token are displayed on the dashboard.
Copy Your Credentials:
The Account SID starts with βACβ followed by 32 alphanumeric characters.
The Auth Token is a 32-character string
Click the "eye" icon to reveal and copy it.
Secure Your Credentials β Store them safely, as they grant access to your Twilio services.
Available Actions in Twilio Integration
1. Send SMS
Allows sending an SMS message to a specified phone number using Twilio.
Steps:
Select an existing connection or create a new one.
Select From: Choose the Twilio phone number that will send the SMS.
Enter the Message Body: Type the content of the SMS.
Enter To: Provide the recipient's phone number.
2. Custom API Call
Enables advanced interactions with Twilio's API using custom requests.
Steps:
Select an Existing Connection or Create a New One β Choose or establish a connection.
Enter the URL β Use the full API URL or a relative path to the base URL.
Select the HTTP Method β Choose the request type:
GET β Retrieve details like messages or call logs.
POST β Send messages or initiate calls.
PATCH β Modify existing records, such as updating messages.
PUT β Replace content, like updating Twilio settings.
DELETE β Remove messages or call records permanently.
HEAD β Fetch response headers without retrieving full data.
Add Headers β Define any custom headers required. Authentication headers are automatically included. Click β+ Add Itemβ to add more headers.
Add Query Parameters β Specify filters or additional options for API requests. Click β+ Add Itemβ to include more parameters.
Enter JSON Body β Provide structured request data in JSON format.
Set Timeout (in Seconds) β Define the timeout to prevent long-running API calls from delaying.
Note: Click 'f' to insert dynamic values for flexible configurations.
Last updated