Author: nostalgiaCode
Status: 🟢 Open
️ Tags: bug
Created at: 08.09.2025, 18:15:06
Updated at: 30.09.2025, 11:01:40
Error
In response to messages with buttons of type interactiveButtonsReply, webhooks may arrive as either interactiveButtonsResponse or templateButtonsReplyMessage type, depending on the device (iOS, Android, WA Web).
Required
Webhook responses to messages with buttons of type interactiveButtonsReply should be consistent and come as a single type.
Level
API
Workaround
Handle both webhook types: interactiveButtonsResponse and templateButtonsReplyMessage.
Open on GitHub