# Subscribe WA webhook with Reekolect

This document will guide you through the step-by-step process of subscribing to a webhook for your WhatsApp account on the Meta dashboard. By following these instructions, you can receive messages and notifications via the webhook.

#### **Step 1:** Access the Developer Dashboard

1. Open your web browser and navigate to the Meta Developer Dashboard.
2. Log in to your developer account using your credentials.

#### **Step 2:** Configure Webhooks

1. Go to the "API Setup" section under "WhatsApp" in the dashboard sidebar. \\

   <figure><img src="/files/79TuDVLonlKhhsrF0Xue" alt=""><figcaption></figcaption></figure>
2. Proceed to "Step 3: Configure webhooks to receive messages" in the API setup page.
3. Click on the "Configure webhooks" button.\
   \\

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

#### **Step 3:** Edit Webhook Callback URL

1. Under the "Configuration" page, click on the "Edit" button.\
   \\

   <figure><img src="/files/Zd2EiORKpR7gG6CsfTvo" alt=""><figcaption></figcaption></figure>
2. A pop-up titled "Edit webhook's callback URL" will open.
3. Enter the following information:
   * Callback URL: `https://api-v7.express-chat.com/whatsapp/cloud`
   * Verify token: `e063a747-b6bc-4fa0-8ebd-02c16a2113c3`
4. After entering the details, click on the "Verify and save" button.\
   \\

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

#### **Step 4:** Subscribe to Webhook Fields

1. Once the webhook URL is saved, click on the "Manage" button to subscribe to the webhook fields.\
   \\

   <figure><img src="/files/0wej2ZMot4363Mtd7i1O" alt=""><figcaption></figcaption></figure>
2. When the "Webhook fields" pop-up appears, subscribe to all available fields.
3. Save your selections.\
   \\

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

Congratulations! You have successfully subscribed to the webhook for your WhatsApp account on the Meta Dashboard. Now, you will be able to receive messages and notifications through the specified webhook URL (`https://api-v7.express-chat.com/whatsapp/cloud`).

Please note that the process of subscribing to webhooks may be subject to changes or updates in the Meta Dashboard. If you encounter any difficulties or issues during the process, refer to the official Meta documentation or contact Reekolect support team for further assistance.\\


---

# 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.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/create-new-bot/whatsapp-bot-creation-with-manual-onboarding/subscribe-wa-webhook-with-reekolect.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.
