> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.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://mintcdn.com/docs-dev-docs-event-stream-action-templates/DJz3781nwG6wS-wJ/docs/images/cdy7uua7fh8z/4lPqmcYGCJ2oRHM3GSta6w/10b0141d163e4be601c2786895486440/sendsmstwilio.png?fit=max&auto=format&n=DJz3781nwG6wS-wJ&q=85&s=5c1eebcdf063f865130e6a784c93d8a7" alt="" width="1404" height="1061" data-path="docs/images/cdy7uua7fh8z/4lPqmcYGCJ2oRHM3GSta6w/10b0141d163e4be601c2786895486440/sendsmstwilio.png" />
</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://mintcdn.com/docs-dev-docs-event-stream-action-templates/RDh-UBFSkTEu_d9f/docs/images/cdy7uua7fh8z/4JaAbJIVuVUJY40lhQuVUN/1a1bd6143c8033c12e18fa49252bd36b/makecalltwilio.png?fit=max&auto=format&n=RDh-UBFSkTEu_d9f&q=85&s=38af569b3b072d36ebc2ebbec5950a70" alt="" width="1404" height="975" data-path="docs/images/cdy7uua7fh8z/4JaAbJIVuVUJY40lhQuVUN/1a1bd6143c8033c12e18fa49252bd36b/makecalltwilio.png" />
</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).
