# WhatsApp

First, you need to get the WhatsApp Business API from a Meta approved BSP. Supported BSPs on wotSABot are:

1. Meta
2. 360Dialog
3. GupShup
4. Twilio
5. TechAlpha

To learn more about getting a WhatsApp API, read this article.

Once you receive a API from a BSP, follow these steps:

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><a href="/pages/fNQun1vuiaZsmJ0f7nGL">Meta</a></td><td></td><td></td></tr><tr><td><a href="/pages/9HX5kktNunjVLQG1n9pc">360Dialog</a></td><td></td><td></td></tr><tr><td><a href="/pages/V6zQPWbvBnzdIoIlHoJo">Twilio</a></td><td></td><td></td></tr><tr><td><a href="/pages/mN5tcPwmH38gO5hwU0SX">TechAlpha</a></td><td></td><td></td></tr><tr><td><a href="/pages/K7GdkNHcS3VlFYWocJK6">GupShup</a></td><td></td><td></td></tr></tbody></table>

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