# Send SMS

Available on **OUTBOUND** bots only.

Using the Send SMS action block, you can send an SMS message proactively to your contact.

Most commonly used for use cases like:

* Sending promotional message
* Feedback surveys
* Appointment confirmation

<figure><img src="/files/6j7yhtt5DdVeGdyeiJh5" alt=""><figcaption></figcaption></figure>

To configure the 'Send SMS' action block:

1. Add the 'Send SMS' action block on the canvas
2. Choose the number you want to send the SMS using the 'From' field.
3. Choose the variable containing the contact's phone number in the 'To' field
4. Add the message that you want to send

SMS texts have a limit of **160 characters**.

\ <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/bot-builder/action-blocks/send-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.
