# SMS

To launch your chatbot on your SMS channel, first, you need to get APIs from our list of SMS partners:

1. Twilio
2. TechAlpha

Once you receive the SMS APIs, follow the steps mentioned below:

### Twilio <a href="#twilio" id="twilio"></a>

* Goto Channel Configuration > SMS > Configuration
* Click “Create SMS configuration”
* Enter the “Phone number”
* Login to your [Twilio account](http://twilio/login)
* Navigate to the Account > Settings
  1. Copy the “Account SID”
  2. Copy the “Auth token”
* Paste these values on the wotSABot configuration screen and hit “Save”
* Test by sending “Hi” to your SMS number

***

### TechAlpha <a href="#techalpha" id="techalpha"></a>

Contact sales: <sales@techalphagroup.com>

1. Goto Channel Configuration > SMS > Configuration
2. Click “Create SMS configuration”
3. Enter the “Phone number”
4. Reach out to your Account Manager at TechAlpha
   1. Copy the “Username”
   2. Copy the “Password”
   3. Copy the “ANI”
5. Paste these values on the wotSABot configuration screen and hit “Save”
6. Test by sending “Hi” to your SMS number

\ <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.wotsabot.ai/wotsabot-help-articles/publishing-your-bot/sms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
