These Twilio native actions allow integrating your Arengu form to send SMS and making calls using Twilio as the service provider.
Connect your Twilio account
To connect your Twilio account to Arengu you will need your Account SID and Auth token. They can be found at Twilio console dashboard:
Send SMS
Sends an SMS with Twilio as the SMS provider.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection with your Twilio API key and Account ID
|
From (required) |
The name of the sender of the SMS.
|
To (required) |
The destination phone number. It must be in international E.164 format.
|
Message (required) |
The body content of the SMS.
|
Find expected response and extra API information at Twilio’s documentation.
Make call with Twilio
Makes a call with Twilio as the service provider.
Input settings
Parameter |
Description |
ID (required) |
Action ID. It is used to reference the output values of the action. |
Alias |
Short description to be displayed in the action. |
Connection (required) |
Select an existing connection from the vault or create a connection with your Twilio API key and Account ID
|
From (required) |
Your Twilio phone number. Country code must be included. For example: +15555551234, 1 being the country code for the United States.
|
To (required) |
The destination phone number. It must be in international E.164 format.
|
TwiML payload (required) |
The TwiML instructions for your voice message.
For example:
<Response>
<Say> Hello there! </Say>
</Response>
|
Find expected response and extra API information at Twilio’s documentation.