Hi, a few days ago I was receiving messages correctly with attachments or contexts. But I'm trying today and I'm not receiving the complete json.
Here is the documentation, which says that nothing has changed:
I need help, I don't know if it's because of something in the code, configuration or payment on the account.
{ "object": "whatsapp_business_account", "entry": [ { "id": "365366813322807", "changes": [ { "value": { "messaging_product": "whatsapp", "metadata": { "display_phone_number": "....", "phone_number_id": "...." }, "contacts": [ { "profile": { "name": "...." }, "wa_id": "58412...." }], "messages": [ { "from": "58412...", "id": "wamid....=", "timestamp": "1731960113", "type": "image" }] }, "field": "messages" }] }] }