Twilio
This list of Twilio actions allows you to send SMS and make calls using Twilio as provider.
To create a Vault connection to your Twilio account, you will need your Account SID and Auth token from Twilio's console dashboard.
Send SMS with Twilio
Sends an SMS with Twilio as the SMS provider.
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 with Twilio
Make a call using Twilio as provider.
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.