# 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

{% embed url="<https://youtu.be/-cP-SF9zRy4?si=uutkdDwuw-C8MSAg>" %}

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

## Twilio

* Goto Settings > Channels > 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 WotNot configuration screen and hit “Save”
* Test by sending “Hi” to your SMS number

***

## TechAlpha

{% hint style="info" %}
Contact sales: <sales@techalphagroup.com>
{% endhint %}

1. Goto Settings > Channels > 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”
   4. Copy the "MMS account username"
   5. Copy the "MMS account password"
5. Paste these values on the WotNot configuration screen and hit “Save”
6. Test by sending “Hi” to your SMS number


---

# 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.wotnot.io/deploy/publishing-agents/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.
