Webhook
On this page you will learn about webhook configuration.
Last updated
On this page you will learn about webhook configuration.
Last updated
"A webhook in web development is a method of augmenting or altering the behavior of a , or web application, with custom callbacks. These callbacks may be maintained, modified, and managed by third-party users and developers who may not necessarily be affiliated with the originating website or application."
You can setup webhook configuration with REST API.
POST
https://api.wapim.io/api/v1/whatsapp/webhook
Token*
YOUR_WAPIM_TOKEN
webhook_url*
String
https://CALLBACK_URL
Let's fetch the active webhook url;
GET
https://api.wapim.io/api/v1/whatsapp/webhook
Token*
YOUR_WAPIM_TOKEN