> ## Documentation Index
> Fetch the complete documentation index at: https://fillout.com/help/llms.txt
> Use this file to discover all available pages before exploring further.

# Send messages with Twilio

> Automate updates and notifications to respondents or customers by connecting your Fillout form to Twilio.

## What is Twilio?

[Twilio](https://www.twilio.com/) is a cloud communications platform that enables businesses to integrate SMS, voice calls, video conferencing, and email across multiple channels into their applications via APIs. It lets users create solutions for customer support, marketing, security notifications, and more.

## How it works

<Steps>
  <Step title="Link your Fillout form to Twilio">
    Click `Integrate` in the top menu, and look for `Twilio`.

    <img src="https://mintcdn.com/fillout-005a867b/sPazPvAJ2aaw_Lrn/images/Screenshot2025-11-14at4.14.57PM.png?fit=max&auto=format&n=sPazPvAJ2aaw_Lrn&q=85&s=73f557f7aaf9ee76b3914baaa18228cf" alt="Screenshot 2025-11-14 at 4.14.57 PM.png" width="2647" height="1440" data-path="images/Screenshot2025-11-14at4.14.57PM.png" />

    <Warning>
      You must set up a virtual phone number in Twilio to be able to send and receive SMS messages.
    </Warning>

    Enter your **Twilio Account SID** and **Twilio Auth Token**. You will find both in your **Account Dashboard** under **Account Info**. Then, select a **Phone Number** from the dropdown menu.
  </Step>

  <Step title="Reference form fields">
    Select the **Recipient phone number** field, and add your message. Reference contact details, order specifics, and other form fields by clicking <Icon icon="square-plus" iconType="solid" /> or typing **@**.

    <img src="https://mintcdn.com/fillout-005a867b/h_QfN-F56vlvgBC6/images/Screenshot2025-02-18at2.59.26PM.png?fit=max&auto=format&n=h_QfN-F56vlvgBC6&q=85&s=25cddad01c8142666bd3bde66e6763df" alt="Screenshot of the Integrate tab of a form" width="2137" height="1154" data-path="images/Screenshot2025-02-18at2.59.26PM.png" />

    `Finish setup` and test your form via `Preview` mode in the upper right corner.
  </Step>

  <Step title="Publish and share your form">
    Once everything’s set `Publish` and share your form link or embed it on a website. That’s it! Now, every time someone completes your form, a message will be sent to them.
  </Step>
</Steps>

## Specify a condition

You can choose to send a message only under certain conditions. Read this quick [guide](/conditional-integration).

## Related articles

<CardGroup cols={3}>
  <Card title="Integration logic" icon="gear-complex" iconType="regular" color="#FFC738" href="/conditional-integration">
    Perform an integration only when a certain condition is met.
  </Card>

  <Card title="Notify using SendGrid" icon="game-board-simple" iconType="regular" color="#FFC738" href="/sendgrid">
    Send customizable emails after form submissions.
  </Card>
</CardGroup>
