Duplicate Webhook Triggers:
3

Duplicate Webhook Triggers: - We have created two separate WhatsApp developer applications on developer.facebook.com. - Each application uses different servers, webhooks, and phone numbers. - However, both applications' phone numbers are linked, causing both webhooks to trigger when a message is sent to any linked number.

Gavrav
Pregunta realizada hace aproximadamente 4 meses
Germain

Same here : https://developers.facebook.com/community/threads/1144749893515482

We will manage this by adding a filter on incoming messages changes : entry.changes.filter { it.value.metadata.phoneNumberId == configuredPhoneNumberId }

We also planned to have two separate Business account : one for all tests environment and one for production

11 de junio a las 3:22 a. m.
Respuesta seleccionada
1

same here

21 de junio a las 11:05 a. m.
Stephan