Частичное отключение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

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

11 июня в 03:23
Germain