WhatsApp Phone Name Status updates

This webhook is triggered whenever there’s an update for the status of a display name associated with a specific phone number. The status of a phone number display name (name_status) can be one of the following:

  • APPROVED: The name has been approved. You can download your certificate now.
  • AVAILABLE_WITHOUT_REVIEW: The certificate for the phone is available and the display name is ready to use without review.
  • DECLINED: The name has not been approved. You cannot download your certificate.
  • EXPIRED: Your certificate has expired and can no longer be downloaded.
  • PENDING_REVIEW: Your name request is under review. You cannot download your certificate.
  • NONE: No certificate is available.
  • REJECTED: The name has been rejected.
Payload
string
enum

The channel for which this event is received for, which is “whatsapp” in this case.

Allowed:
string
enum

The event that occurred which triggered this notification, which is in this case: “wa.phone.name.status.updated”

Allowed:
number

The Id of the account associated with the event

data
object
metadata
object
Response
200

Return a 200 status to indicate that the data was received successfully

LoadingLoading…