Twilio

This list of Twilio actions allows you to send SMS and make calls using Twilio as provider.

Configure your Vault connection

To configure a Vault connection for your Twilio actions, you will need an Account SID and an Auth token:

Dashboard > Actions > Forms > Flows > actions > Twilio

They can be found at Twilio's console dashboard.

Send SMS

Sends an SMS.

Input settings

Parameter Description
From (required) The name of the sender of the SMS.
To (required) The destination phone number in E.164 format.
Message (required) The body content of the SMS.

Output settings

You can find all the expected status codes at Twilio's documentation.

Make call

Makes a call.

Input settings

Parameter Description
From (required) Your Twilio phone number. Country code must be included. Example: +18005550175, 1 is the country code for the United States.
To (required) The destination phone number in E.164 format.
TwiML payload (required)

The TwiML instructions for your voice message.

To learn more, read Twilio's TwiML documentation.

Output settings

You can find all the expected status codes at Twilio's documentation.