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

# How Do I Connect Twilio for SMS with ChatSyncs?

> Worked example of connecting Twilio as an SMS gateway in SMS Integration — creating a Twilio account, verifying your number, and copying your Account SID, Auth Token, and Twilio Phone Number into the SMS API profile. Use when a customer wants global SMS delivery through Twilio.

[SMS Integration](/learn/chatsyncs-integrations/sms/introduction) lists **Twilio** as one of the SMS gateways you can
connect. Twilio is a separate company from ChatSyncs — it's the service that actually delivers
the SMS to your customer's phone worldwide. Connecting it is a two-part job: first you create a
Twilio account and grab three values it gives you, then you paste those three values into
ChatSyncs. This page walks through both parts.

## Step 1: Create a Twilio account

Go to Twilio's sign-up page and fill in your first name, last name, email address, and a
password. Twilio also asks you to prove you're human (a CAPTCHA) and to agree to its terms of
service before you can continue.

<Frame>
  <img src="https://mintcdn.com/chatsyncs/sAsjFfzcUITpKpey/images/learn/sms-twilio-connection/step-01-twilio-signup.png?fit=max&auto=format&n=sAsjFfzcUITpKpey&q=85&s=b01a58ca9a70798427b72d1ca2a6b9e8" alt="Twilio sign-up form with First name, Last name, Email address, Password fields, a Verify you are human checkbox, and a Continue button" width="811" height="673" data-path="images/learn/sms-twilio-connection/step-01-twilio-signup.png" />
</Frame>

## Step 2: Verify your phone number

Twilio then asks for your phone number, so it can confirm a real person is signing up. Pick your
country from the dropdown, type in your number, and choose **Send code via SMS** (or **Send code
via voice call** if you'd rather get a call). Enter the code Twilio sends you to finish
verification.

## Step 3: Get your Twilio credentials

Once you're in, Twilio drops you on its **Account Dashboard**. Scroll down to the **Account
Info** box — this is the only part of the whole Twilio site you actually need for ChatSyncs.
Copy down three things:

| Value                   | What it's for                                                          |
| ----------------------- | ---------------------------------------------------------------------- |
| **Account SID**         | Identifies your Twilio account — think of it as your Twilio username.  |
| **Auth Token**          | Authenticates API requests — treat it like a password, don't share it. |
| **Twilio Phone Number** | The number your SMS messages will actually be sent from.               |

<Frame>
  <img src="https://mintcdn.com/chatsyncs/sAsjFfzcUITpKpey/images/learn/sms-twilio-connection/step-02-twilio-account-info.png?fit=max&auto=format&n=sAsjFfzcUITpKpey&q=85&s=1b2e8d125bf1faa478390a48dd23b2b5" alt="Twilio Account Dashboard with the Account Info panel expanded, showing the Account SID, Auth Token (with a Show link), and Twilio phone number fields" width="962" height="807" data-path="images/learn/sms-twilio-connection/step-02-twilio-account-info.png" />
</Frame>

<Tip>
  Click **Show** next to Auth Token to reveal it, and use the small copy icon next to each field so
  you don't mistype a character.
</Tip>

## Step 4: Add the SMS profile in ChatSyncs

Now switch over to ChatSyncs. From [SMS Integration](/learn/chatsyncs-integrations/sms/introduction), click **New** to
open the **SMS API** form, and pick **Twilio** from the provider list on the right.

<Frame>
  <img src="https://mintcdn.com/chatsyncs/sAsjFfzcUITpKpey/images/learn/sms-twilio-connection/step-03-sms-api-twilio-selected.png?fit=max&auto=format&n=sAsjFfzcUITpKpey&q=85&s=6ce366b569f630af8e88570ddce75bd0" alt="SMS API modal with Twilio selected in the provider list on the right, and Profile Name, Auth SID, Auth Token, and Sender/From fields on the left" width="792" height="815" data-path="images/learn/sms-twilio-connection/step-03-sms-api-twilio-selected.png" />
</Frame>

Fill in the three fields using the values you copied from Twilio in Step 3:

| Field in ChatSyncs | What to paste in                                            |
| ------------------ | ----------------------------------------------------------- |
| **Profile Name**   | Any label that helps you recognize it later, e.g. "Twilio". |
| **Auth SID**       | Your Twilio **Account SID**.                                |
| **Auth Token**     | Your Twilio **Auth Token**.                                 |
| **Sender/From**    | Your **Twilio Phone Number**.                               |

<Frame>
  <img src="https://mintcdn.com/chatsyncs/sAsjFfzcUITpKpey/images/learn/sms-twilio-connection/step-05-sms-profile-filled-twilio.png?fit=max&auto=format&n=sAsjFfzcUITpKpey&q=85&s=aed51c19ea5fa77137101abef6b75aad" alt="SMS Profile form with Twilio selected and the Profile Name, Auth SID, Auth Token, and Sender/From fields filled in with real values" width="786" height="300" data-path="images/learn/sms-twilio-connection/step-05-sms-profile-filled-twilio.png" />
</Frame>

Click **Save**. The new profile now shows up in your SMS Profile list, ready to pick whenever you
send SMS through a broadcast or automation.

<Frame>
  <img src="https://mintcdn.com/chatsyncs/sAsjFfzcUITpKpey/images/learn/sms-twilio-connection/step-04-sms-profile-list.png?fit=max&auto=format&n=sAsjFfzcUITpKpey&q=85&s=fa5632fc11bc7f569bf5ae0f887554b6" alt="SMS Profile list with a Twilio row saved alongside other profiles, each with edit and delete action icons" width="629" height="318" data-path="images/learn/sms-twilio-connection/step-04-sms-profile-list.png" />
</Frame>

## Frequently asked

<AccordionGroup>
  <Accordion title="How do I connect Twilio to ChatSyncs for SMS?">
    Create a Twilio account, verify your phone number, then copy the Account SID, Auth Token, and
    Twilio Phone Number from your Twilio Dashboard into a new **Twilio** profile under [SMS
    Integration](/learn/chatsyncs-integrations/sms/introduction).
  </Accordion>

  <Accordion title="Where do I find my Twilio Account SID and Auth Token?">
    In the Twilio Dashboard's **Account Info** section, right after you finish registration and
    phone verification.
  </Accordion>

  <Accordion title="What number will my SMS messages appear to come from?">
    The **Twilio Phone Number** you enter as **Sender/From** when adding the profile.
  </Accordion>
</AccordionGroup>

## Related Documentation

* [SMS Integration](/learn/chatsyncs-integrations/sms/introduction) — connecting any SMS gateway and what it's used for.
