account_alerts webhook.{ "object": "whatsapp_business_account", "entry": [ { "id": "<WHATSAPP_BUSINESS_ACCOUNT_ID>", "time": <WEBHOOK_TRIGGER_TIMESTAMP>, "changes": [ { "field": "account_alerts", "value": { "entity_type": "<ENTITY_TYPE>", "entity_id": "<ENTITY_ID>", "alert_info": { "alert_severity": "<ALERT_SEVERITY>", "alert_status": "<ALERT_STATUS>", "alert_type": "<ALERT_TYPE>", "alert_description": "<ALERT_DESCRIPTION>" } } } ] } ] }
| Placeholder | Description | Example value |
|---|---|---|
<ALERT_DESCRIPTION>String | Alert description. Values can be:
| Limits cannot be increased for your business <BUSINESS_PORTFOLIO_NAME>. Use WhatsApp Business platform actively for several days and follow our messaging policies. |
<ALERT_SEVERITY>String | Alert severity. Values can be: CRITICAL — Indicates a rejection or denial. The alert_description value may describe actions that can be taken to resolve the underlying reason for the rejection or denial.INFORMATIONAL — Indicates webhook contain only informational data and no action is needed.WARNING — Indicates action may be needed. The alert_description value describes possible actions that can be taken. | WARNING |
<ALERT_STATUS> | Alert status. Values can be:
| ACTIVE |
<ALERT_TYPE>String | Alert type. Values can be: INCREASED_CAPABILITIES_ELIGIBILITY_DEFERRED — Indicates we don’t have enough message signal to make a determination, identity verification was rejected, or your message quality is too low. Possible solutions are to increase your messaging limit or get your business verified.INCREASED_CAPABILITIES_ELIGIBILITY_FAILED — Indicates messaging limits cannot be increased due to past messaging activity. Possible solutions are to request an increase or get your business verified.INCREASED_CAPABILITIES_ELIGIBILITY_NEED_MORE_INFO — Indicates messaging limits cannot be increased due to past messaging activity. Possible solutions are to verify your identity or increase your messaging limit.OBA_APPROVED — Indicates Official Business Account status approved.OBA_REJECTED — Indicates Official Business Account (“OBA”) status denied. Review OBA criteria and edit your display name after reviewing our display name guidelines.PROFILE_PICTURE_LOST — Indicates the business phone number’s business profile photo has been deleted. Upload a new photo using WhatsApp Manager or the API. | INCREASED_CAPABILITIES_ELIGIBILITY_DEFERRED |
<ENTITY_ID>String | Entity ID. Value can be a business portfolio ID or business phone number ID. | 506914307656634 |
<ENTITY_TYPE>String | Entity type. Values can be: BUSINESS — Indicates a change associated with a business portfolio.PHONE_NUMBER — Indicates a change associated with a business phone number.CURRENT_STATUS_ID — Indicates a change associated with a business phone number’s business profile. | BUSINESS |
<WEBHOOK_TRIGGER_TIMESTAMP>Integer | Unix timestamp indicating when the webhook was triggered. | 1739321024 |
<WHATSAPP_BUSINESS_ACCOUNT_ID>String | WhatsApp Business Account ID. | 102290129340398 |
{ "object": "whatsapp_business_account", "entry": [ { "id": "102290129340398", "time": 1745612159, "changes": [ { "field": "account_alerts", "value": { "entity_type": "BUSINESS", "entity_id": "506914307656634", "alert_info": { "alert_severity": "WARNING", "alert_status": "ACTIVE", "alert_type": "INCREASED_CAPABILITIES_ELIGIBILITY_DEFERRED", "alert_description": "Limits cannot be increased for your business <BUSINESS_PORTFOLIO_NAME>. Use WhatsApp Business platform actively for several days and follow our messaging policies." } } } ] } ] }