> ## 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 Send an Automatic SMS from My Bot with ChatSyncs?

> The SMS tab in Bot Settings — automatically sends a custom SMS to a subscriber the moment they share their phone number in a WhatsApp conversation.

The **SMS** tab in [Bot Settings](/learn/chatsyncs-bot-settings/introduction) automatically sends an SMS
to subscribers who share their phone number through this bot.

<Frame>
  <img src="https://mintcdn.com/chatsyncs/XjclbddfdJGRoc9R/images/learn/bot-settings/step-10b-sms-tab-full.png?fit=max&auto=format&n=XjclbddfdJGRoc9R&q=85&s=5d6cc050372641988a2192339b65563e" alt="SMS tab with SMS API dropdown and SMS Content textarea" width="1360" height="253" data-path="images/learn/bot-settings/step-10b-sms-tab-full.png" />
</Frame>

<Note>
  **SMS API** is a dropdown listing the SMS gateway profiles you've connected under [SMS
  Integration](/learn/chatsyncs-integrations/sms/introduction) — connect one there first, then select it here and write
  the Content this bot should send.
</Note>

**Example**

```text theme={null}
Hello Rahul,

Thank you for contacting us.
Our team will contact you shortly.
```

## Save your changes

<Frame>
  <img src="https://mintcdn.com/chatsyncs/XjclbddfdJGRoc9R/images/learn/bot-settings/step-11-publish-changes-button.png?fit=max&auto=format&n=XjclbddfdJGRoc9R&q=85&s=2208719b46a98fa281c0b7d07d9e55fb" alt="Bot Settings panel with the Publish Changes button highlighted in the top-right corner" width="1468" height="280" data-path="images/learn/bot-settings/step-11-publish-changes-button.png" />
</Frame>

<Warning>
  Click **Publish Changes** in the top-right corner after editing any field on this tab — nothing
  goes live until you do.
</Warning>

## Frequently asked

<AccordionGroup>
  <Accordion title="Do I need to connect an SMS gateway before I can use this tab?">
    Yes — connect one (Plivo, Twilio, Nexmo/Vonage, and others) once under [SMS
    Integration](/learn/chatsyncs-integrations/sms/introduction), then write the Content here.
  </Accordion>

  <Accordion title="What triggers this SMS to send?">
    The subscriber sharing their phone number during a conversation with the bot — there's no
    separate button to click.
  </Accordion>

  <Accordion title="Can I personalize the SMS content per subscriber?">
    Yes — reference the same subscriber variables (e.g. name) available elsewhere in ChatSyncs
    messages.
  </Accordion>
</AccordionGroup>

## Related Documentation

* [Bot Settings](/learn/chatsyncs-bot-settings/introduction) — all eight tabs at a glance.
* [SMS Integration](/learn/chatsyncs-integrations/sms/introduction) — connecting the SMS gateway itself.
* [How to Set Up SMS Marketing](/learn/chatsyncs-integrations/sms/set-up-sms-marketing-in-chatsyncs) — sending SMS campaigns
  instead of a single automatic message.
