This webhook field is gradually being rolled out along with user preferences for marketing messages, and may not be available to you initially.
WhatsApp users can use the Offers and announcements setting to stop or resume marketing template messages from individual businesses. See the following documents to learn more about this setting:
{ "object": "whatsapp_business_account", "entry": [{ "id": "<WHATSAPP_BUSINESS_ACCOUNT_ID>", "changes": [{ "value": { "messaging_product": "whatsapp", "metadata": { "display_phone_number": "<BUSINESS_PHONE_NUMBER>", "phone_number_id": "<BUSINESS_PHONE_NUMBER_ID>" }, "contacts": [ { "profile": { "name": "<WHATSAPP_USER_NAME>" }, "wa_id": "<WHATSAPP_USER_ID>" } ], "user_preferences": [{ "wa_id": "<WHATSAPP_USER_PHONE_NUMBER>", "detail": "<PREFERENCE_DESCRIPTION>", "category" : "marketing_messages", "value" : "<PREFERENCE>" "timestamp": <WEBHOOK_SENT_TIMESTAMP>, }] }, "field": "user_preferences" }] }] }
Placeholder | Description | Example value |
---|---|---|
| Business phone number ID. |
|
| Business display phone number. |
|
| Description of marketing message preference. Values can be:
|
|
| Marketing message preference. Values can be:
|
|
| Unix timestamp indicating when the webhook was sent. |
|
| WhatsApp Business Account ID. |
|
| WhatsApp user's ID. |
|
| WhatsApp user's name. |
|
| WhatsApp user phone number. |
|
{ "contacts": [ { "profile": { "name": "<WHATSAPP_USER_NAME>" }, "wa_id": "<WHATSAPP_USER_ID>" } ], "messages": [ { "from": "<WHATSAPP_USER_PHONE_NUMBER>", "id": "<WHATSAPP_MESSAGE_ID>", "system": { "body": "<PREFERENCE_DESCRIPTION>", "marketing": "<PREFERENCE>", "type": "user_preference_changed" }, "timestamp": <WEBHOOK_SENT_TIMESTAMP>, "type": "system" } ] }
Placeholder | Description | Example value |
---|---|---|
| Description of marketing message preference. Values can be:
|
|
| Marketing message preference. Values can be:
|
|
| Unix timestamp indicating when the webhook was sent. |
|
| WhatsApp message ID. |
|
| WhatsApp user's ID. |
|
| WhatsApp user's name. |
|
| WhatsApp user phone number. |
|