I have two WhatsApp applications in a meta developers account, both applications have webhooks for different web systems, the problem is that when I send a message to WhatsApp number A, a request is also made to number B
i am also facing rhe same issue. Whatsapp numbers of both the apps are mapped with both the apps instead of one number each app
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