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

# Twilio

> SMS, WhatsApp, and call integration

Use Twilio for SMS, WhatsApp, and call integration.

**Required Configuration:**

* Account SID
* Auth Token

## Getting Your Credentials

<Steps>
  <Step title="Sign up or log in">
    Go to [twilio.com/console](https://www.twilio.com/console) and create an account or log in.
  </Step>

  <Step title="Find your credentials">
    On the Console home page, your **Account SID** and **Auth Token** are displayed under **Account Info**. Click the eye icon to reveal the Auth Token.
  </Step>

  <Step title="Add to VibeFlow">
    Copy both values and paste them into your VibeFlow Twilio connector.

    <Warning>Keep your Auth Token secret. If compromised, rotate it immediately from the Twilio Console.</Warning>
  </Step>
</Steps>

## Available Endpoints

<AccordionGroup>
  <Accordion title="POST /api/actions/twilio/send-message">
    Send SMS/MMS message
  </Accordion>

  <Accordion title="POST /api/actions/twilio/send-whatsapp">
    Send WhatsApp message
  </Accordion>

  <Accordion title="POST /api/actions/twilio/make-call">
    Make a phone call using text-to-speech
  </Accordion>
</AccordionGroup>
