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.
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
same here