Description
This event indicates the loading screen status of the WhatsApp instance.
Webhook Request
HTTP Method
POST
Request Headers
Name | Value |
---|---|
Content-Type | application/json |
User-Agent | WaAPI Webhook User Agent |
Request Body
{
"event": "loading_screen",
"instanceId": "1111",
"data": {
"percent": 100,
"message": "WhatsApp"
}
}