Number Sends Level Change Status Report Push
The callback address provided by the customer through which level changes are sent to the customer callback number.
Parameters | Description | Type |
---|---|---|
appId | Application id | String |
wabaId | WABA Id | String |
field | Event type: phone_number_quality_update | String |
event | Event name: DOWNGRADE, FLAGGED, ONBOARDING, UNFLAGGED, UPGRADE | String |
displayPhoneNumber | Phone number | String |
currentLimit | Current limit: TIER_1K: 1k customers/24h; TIER_10K: 10k customers/24h; TIER_100K: 100k customers/24h; TIER_50: 50 customers/24h; TIER_250: 250 customers/24h; TIER_UNLIMITED: No limit | String |
oldLimit | Old limit: TIER_1K: 1k customers/24h; TIER_10K: 10k customers/24h; TIER_100K: 100k customers/24h; TIER_50: 50 customers/24h; TIER_250: 250 customers/24h; TIER_UNLIMITED: No limit | String |
qualityRating | Phone quality rating: GREEN, YELLOW, RED, UNKNOWN | String |
{
"appId": "lilin123",
"wabaId": "126627963872225",
"event": "ONBOARDING",
"field": "phone_number_quality_update",
"currentLimit": "TIER_1K",
"oldLimit": "TIER_NOT_SET",
"qualityRating": "GREEN",
"displayPhoneNumber": "91856321412"
}
Feedback
Was this page helpful?