Waba Exception Status Report Push
The callback address provided by the customer to push back the waba exception status to the customer.
Parameters | Description | Type |
---|---|---|
appId | Application id | String |
wabaId | WABA Id | String |
field | Event type: account_update | String |
wabaName | Whatsapp business account name | String |
event | Event name: ACCOUNT_RESTRICTION, DISABLED_UPDATE, ACCOUNT_VIOLATION | String |
ban_info | Ban info | Object |
waba_ban_state | Waba ban state | String |
waba_ban_date | Waba ban date | String |
restrictions | Restriction info | Object |
restriction_type | Restriction type | String |
expiration | Expiration | String |
violation_info | Violation info | Object |
violation_type | Violation type | String |
Waba disabled:
{
"appId": "appId",
"field": "account_update",
"wabaId": "154331381098788",
"event": "DISABLED_UPDATE",
"ban_info": {
"waba_ban_state": "DISABLE",
"waba_ban_date": "October 9, 2023"
}
}
Waba restriction:
{
"appId": "appId",
"field": "account_update",
"wabaId": "154331381098788",
"event": "ACCOUNT_RESTRICTION",
"restrictions": {
"restriction_type": "RESTRICTED_ADD_PHONE_NUMBER_ACTION",
"expiration": "2022-12-12T07:09:27.000Z"
}
}
Waba violation:
{
"appId": "appId",
"field": "account_update",
"wabaId": "154331381098788",
"event": "ACCOUNT_VIOLATION",
"violation_info": {
"violation_type": "SCAM"
}
}