To connect your Twilio account to Arengu you will need your Account SID and Auth token. You can find your them in your Twilio console dashboard:
Send SMS
Sends an SMS with Twilio as the SMS provider.
Input settings
Parameter
Description
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 in international format. Country code must be included. For example: +15555551234, 1 being the country code for the United States.
Make a call with Twilio as the phone service provider.
Input settings
Parameter
Description
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 in international format. Country code must be included. For example: +15555551234, 1 being the country code for the United States.
TwiML payload (required)
The TwiML instructions for your voice message.
For example:
<Response>
<Say> Hello there! </Say>
</Response>