phone_number_name_update webhook reference | Developer Documentation
phone_number_name_update webhook reference
Updated: Oct 22, 2025
This reference describes trigger events and payload contents for the WhatsApp Business Account phone_number_name_update webhook.
The phone_number_name_update webhook notifies you of business phone number display name verification outcomes.
Triggers
Syntax
{
Parameters
<BUSINESS_DISPLAY_PHONE_NUMBER>String
Business display phone number.
15550783881<DECISION>String
Indicates the outcome of the business phone number display name verification process.
APPROVED DEFERRED PENDING REJECTED APPROVED<REJECTION_REASON>String
The reason why the business phone number display name was rejected, if it was rejected. Review our display name guidelines for common rejection reasons.
Values can be:
NAME_EMPLOYEE_ISSUE NAME_ENDCLIENT_NOTRELATED NAME_FORMAT_UNACCEPTABLE NAME_INDIVIDUAL_ISSUE NAME_NOT_CONSISTENT null UNKNOWN APPROVED<REQUESTED_DISPLAY_NAME>String
The business phone number display name collected when the number was created, or name submitted when editing an already approved display name.
Lucky Shrub<WEBHOOK_TRIGGER_TIMESTAMP>Integer
Unix timestamp indicating when the webhook was triggered.
1739321024<WHATSAPP_BUSINESS_ACCOUNT_ID>String
WhatsApp Business Account ID.
102290129340398Example
{ "entry": [ { "id": "102290129340398", "time": 1739321024, "changes": [ { "value": { "display_phone_number": "15550783881", "decision": "APPROVED", "requested_verified_name": "Lucky Shrub", "rejection_reason": null }, "field": "phone_number_name_update" } ] } ], "object": "whatsapp_business_account" }