{
"eventType": "PhoneNumberQualityUpdatedEvent",
"phoneNumber": "12177593225",
"event": "THROUGHPUT_UPGRADE",
"currentLimit": "TIER_UNLIMITED",
"oldLimit": "",
"channelId": null,
"channelPhoneNumber": "17735704742"
}Field Descriptions
Field Name | Type | Description |
|---|---|---|
eventType | string | Always set to "PhoneNumberQualityUpdatedEvent" for this webhook type |
phoneNumber | string | The phone number that experienced the quality update, including country code |
event | string | The type of quality change that occurred. See event types below for possible values |
currentLimit | string | Indicates current messaging limit or throughput level. Values can be:
|
oldLimit | string | Indicates messaging limit or throughput level. Values can be:
|
channelId | string | oldThe unique identifier of the channel associated with the phone number (null for default channel) |
channelPhoneNumber | string | The phone number of the channel from which the update originated |
