# WhatsApp Cloud API Old

##

{% hint style="danger" %}
This WhatsApp Cloud API Integration Method is only supported for the Older workspace created with us Before 2024 March. New Workspace created with us please refer [our new updated WhatsApp Cloud API Documentation](/help-center/platform/whatsapp-channel/connect-with-whatsapp-cloud-api.md).
{% endhint %}

## Build your first WhatsApp chatbot with WhatsApp Cloud API

{% embed url="<https://www.youtube.com/watch?v=k6OE_Bw-4rs>" %}

## Create Your App 👇

{% embed url="<https://developers.facebook.com/apps/>" %}

The first steps to creating your WhatsApp Cloud Application is to head to the link above. Then select create app.&#x20;

Select Business App 'as shown below'

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

The next step is to configure your information in the text bars provided 'see below' Once complete, select the Green create app button.

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

Great, you're almost there. Next scroll to the bottom of the page and select the WhatsApp box

<figure><img src="/files/44rrWsHXfFuNRAZQ9p1N" alt=""><figcaption></figcaption></figure>

Now you will see this screen, select continue.

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

Next, navigate to your Rapidbott dashboard and select the WhatsApp Cloud tab and press the blue button to connect

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

Verify your Facebook account and continue

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

Now you will see your WhatsApp Test Account. Select and click next.

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

Leave all selected items to YES and click done.

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

Now your WhatsApp and Rapidbott have been successfully connected and click OK

<div align="left"><figure><img src="/files/1kPakGyHc0bhbuthsETm" alt=""><figcaption></figcaption></figure></div>

Your Rapidbott dashboard will now display the image below 😊 click the button **'List businesses with WhatsApp phone numbers'** 👇

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

Select the assets you want to use and click select.

<figure><img src="/files/7uSYk8RyPbx7Z3wXHW6F" alt=""><figcaption></figcaption></figure>

## Webhook

Now you will see the display below. Firstly, copy the webhook URL as highlighted below.

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

Head back to your WhatsApp application

1. Select the Configuration tab
2. Click the Edit button
3. Paste in the webhook URL you just copied
4. Paste in the Verify Token Key

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

Select Verify and save. Now you will see a new button labelled Manage, select the button.

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

Webhook configuration. Once you select the Manage button a new page will display. You need to select the **messages tab and subscribe**.

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

Great that's you all connected 🚀 Head back over to your Rapidbott dashboard and select 'Create Rapidbott' to test out your new WhatsApp bot automation.

<figure><img src="/files/5GY6VJsEBTtObkyXmIAE" alt=""><figcaption></figcaption></figure>

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


---

# 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://docs.rapidbott.com/help-center/platform/whatsapp-channel/whatsapp-cloud-api-old.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.
