部分中斷share-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
已發問 約 5 個月前
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

6月10日 03:34
已選擇的答案
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

6月11日 03:23
Germain