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
Đã hỏi khoảng 4 tháng trước
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 tháng 6 lúc 03:22
Câu trả lời được chọn
1

same here

21 tháng 6 lúc 11:05
Stephan