> ## Documentation Index
> Fetch the complete documentation index at: https://auth0-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Use the Twilio actions to send SMS and make calls using Twilio.

# Twilio

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

## Configure your Twilio Vault Connection

Learn how to configure a Vault Connection for your Twilio Flow Actions at [Twilio Vault Connection](/docs/customize/forms/vaults/twilio).

## Send SMS

Sends an SMS.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/auth0-actions-triggers-prototype/docs/images/cdy7uua7fh8z/4lPqmcYGCJ2oRHM3GSta6w/10b0141d163e4be601c2786895486440/sendsmstwilio.png" alt="" />
</Frame>

### Input settings

| Parameter          | Description                                                                          |
| ------------------ | ------------------------------------------------------------------------------------ |
| From (required)    | The name of the sender of the SMS.                                                   |
| To (required)      | The destination phone number in [E.164 format](https://en.wikipedia.org/wiki/E.164). |
| Message (required) | The body content of the SMS.                                                         |

### Output object

You can find all the expected status codes at [Twilio's documentation](https://www.twilio.com/docs/messaging/api/message-resource#message-status-values).

## Make call

Makes a call.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/auth0-actions-triggers-prototype/docs/images/cdy7uua7fh8z/4JaAbJIVuVUJY40lhQuVUN/1a1bd6143c8033c12e18fa49252bd36b/makecalltwilio.png" alt="" />
</Frame>

### 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](https://en.wikipedia.org/wiki/E.164).                                                             |
| TwiML payload (required) | The TwiML instructions for your voice message.<br />To learn more, read [Twilio's TwiML documentation](https://www.twilio.com/docs/voice/twiml). |

### Output object

You can find all the expected status codes at [Twilio's documentation](https://www.twilio.com/docs/voice/twiml).
