> For the complete documentation index, see [llms.txt](https://manuals.dialox.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.dialox.ai/studio/flows/nodes/send-whatsapp.md).

# Send: Whatsapp

The **Send: Whatsapp** node can send outbound WhatsApp messages. This can be very useful for deflecting phone calls to WhatsApp. WhatsApp allows a business to reduce the load on inbound telephony calls during peak hours or reduce churn while being out of office or unavailable. WhatsApp allows a business to accept inbound messages 24/7 without the need for an immediate response.

For the system to be able to send outbound WhatsApp messages, it needs be configured with valid WhatsApp credentials. There are two ways to do this.

1. By **channel**: If a Bot needs to be able to handle both inbound and outbound WhatsApp messages (for instance for the Social Messaging Inbox), it needs to have a channel configured for WhatsApp. This is done in [Channels → WhatsApp](/studio/channels/whatsapp/whatsapp.md).
2. By **integration**; If a Bot is *not* primarily used for Social Messaging, but only needs a WhatsApp connection for sending outbound messages, it only needs a connection with an existing WhatsApp channel.

Once the WhatsApp connection is established, the **Send: Whatsapp** node can be configured and used. If the WhatsApp connection is not established, a warning will be shown in Flow.

<figure><img src="/files/uX9xpEtXrMGz1p0vxSCx" alt=""><figcaption></figcaption></figure>

| Property     | Description                      | Explanation                                                                                                                                      |
| ------------ | -------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| Phone number | The phone number of the receiver | Leave blank to use the phone number of the caller                                                                                                |
| Template     | The WhatsApp template to use     | Read more about template messages [here](https://gitlab.com/botsquad/gitbook-manuals/-/blob/docs/studio/flows/nodes/broken-reference/README.md). |
| Parameters   | Add the parameter values         | Templates can have 0 or more parameters to embed into the message when sending out.                                                              |

## Resources

* [WhatsApp API](/studio/channels/whatsapp/whatsapp.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manuals.dialox.ai/studio/flows/nodes/send-whatsapp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
