Waba Review Status Report Push

POST

The callback address provided by the customer to return the waba audit status to the customer.

 
Push Parameters
Parameters Description Type
appId Application id String
wabaId WABA Id String
field Event type: account_review_update String
wabaName Whatsapp business account name String
decision Event name: PENDING, APPROVED, REJECTED String
 
Push Sample
{
    "appId": "appId",
    "wabaId": "1543313810987888",
    "field": "account_review_update",
    "wabaName": "whatsapp-business-account-name",
    "decision": "APPROVED"
}