# Configuring the webhook on Buraq

Configuring webhooks on Buraq

* Login into your buraq account.
* Go to 'Channel Configuration -> WhatsApp -> Configuration'
* Configure the following;
  * Add phone number on which you have connected the APIs
  * Select 'WhatsApp Business API provider' as 'Meta'
  * Paste 'WhatsApp Business Account ID, App ID & Phone Number ID'

{% hint style="info" %}
You will find this in the 'App' you have created under 'WhatsApp -> API Setup'
{% endhint %}

* Paste the 'Permanent Token'
* Click on 'Save' to save the configuration
* Now click on 'Copy' against the 'Webhook' generated by Buraq
* Navigate back to the App created and follow the following steps to configure the webhook
  * Go to 'Configuration' under 'WhatsApp'
  * Click on 'Edit' against 'Callback URL'
  * Paste the 'Webhook' copied under 'Callback URL'
  * Paste the 'Token' under 'Verify Token' & click 'Verify & Save'
  * Click on 'Manage' against 'Webhook Fields'
  * Click on 'Subscribe' against 'Messages' & then click on 'Save' to save the configuration

{% hint style="info" %}
Once you have followed the above steps, the API is configured. All you need to do is connect the bot to the number and start using the APIs
{% endhint %}


---

# 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.buraq.ai/whatsapp-business-api/getting-a-whatsapp-api/from-meta/configuring-the-webhook-on-buraq.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.
