# Send WhatsApp

Available on **OUTBOUND** bots only.

Using the Send WhatsApp action block, you can send a WhatsApp message proactively to your contact.

Most commonly used for use cases like:

* Sending promotional message
* Feedback surveys
* Appointment confirmation

<figure><img src="https://help.wotnot.io/~gitbook/image?url=https%3A%2F%2F360969599-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsrMxU8nO3RjusUiYuXBB%252Fuploads%252FKEHLP0SkOfl7gZBnqWjq%252FCleanShot%25202024-06-20%2520at%252019.40.01.png%3Falt%3Dmedia%26token%3D13e000cd-72a6-4082-a3f4-a950f702f432&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=cdc29109f28c743a431c485da390b218a173071070c9955a3b3580855f139058" alt=""><figcaption></figcaption></figure>

To configure the 'Send WhatsApp action block:

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

If you have used 'Reply buttons' in your template message, you can configure the button payload you want to send for each button.

\ <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-whatsapp.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.
