For the complete documentation index, see llms.txt. This page is also available as Markdown.

Number quality status

This event is triggered when the quality status of the submitted sender changes: whatsapp_phone_number_quality_update

Field

Data type

Required

Description

wabaId

String

Yes

WabaId

displayPhoneNumber

String

Yes

sender number

event

String

Yes

Message delivery limit change or throughput change eventDOWNGRADE: indicates that the messaging limit for this business phone number has been reduced.FLAGGED: indicates that if this business phone number continues to receive negative feedback, its messaging quality will decline.ONBOARDING: indicates that this business phone number is still in registration.THROUGHPUT_UPGRADE: indicates that the throughput level for this business phone number has been increased to a higher throughput.UNFLAGGED: indicates that if this business phone number continues to receive positive feedback, it is eligible for an increase in messaging limits.UPGRADE: indicates that the messaging limit for the business phone number has increased.

messageLimit

String

Yes

Optional values: Unlimited: that is, issued with no sending limit 0: indicates that this business phone number has not yet been used to send messages. 50: indicates a message limit of 50 250: indicates a message limit of 250 1000: indicates a message limit of 1,000 10000: indicates a message limit of 10,000 100000: indicates a message limit of 100,000

{
    "id": "fd201190-50dc-4151-baec-1d16c8a704e1",
    "type": "whatsapp_phone_number_quality_update",
    "eventTime": "2023-10-16T13:04:57.644Z",
    "body": {
        "messageLimit": "100000",
        "event": "UPGRADE",
        "displayPhoneNumber": "1086***36726376",
        "wabaId": "1101295***80569"
    }
}

最后更新于