Duplicate Webhook Triggers:
3

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.

Gavrav
ถามแล้ว ประมาณ​ 4 เดือนที่แล้ว
Germain

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:22 น.
คำตอบที่เลือก
1

same here

21 มิถุนายน เวลา 11:05 น.
Stephan