Partial Outageshare-external
Whatsapp Business Api Webhooks
1

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

Enderson
Asked about 5 months ago
Mayur

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

June 10 at 3:34 AM
Selected Answer
1

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

June 11 at 3:23 AM
Germain