Configure your Twilio Vault Connection
Learn how to configure a Vault Connection for your Twilio Flow Actions at Twilio Vault Connection.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 object
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. |