I'm subscribed to the messaging_postbacks webhook. When a button type:postback is clicked, the webhook does not get called. I've deleted and recreated my app and unsubscribed and subscribed to the messaging_postbacks webhook event, but no luck. This was working fine until two days ago.
The "Get Started" button also does not work. App is currently in development mode. I was planning on submitting it for approval yesterday, but this issue is preventing me from doing so because my app is justifiably dependent on postback buttons.
Sample Code: "attachment":{ "type":"template", "payload":{ "template_type":"button", "text":"Sample button template text", "buttons":[ { "type":"postback", "title":"Option 1", "payload":"Option_1_Payload" }, { "type":"postback", "title":"Option 2", "payload":"Option_2_Payload" } ] } } }
The sample code above displays the defined button template, but when either option is clicked, the webhook does not get called.
Other webhook events work fine (e.g., the "messages" webhook event), just not messaging_postback.
I've added my URL to the whitelisted_domains.
The messaging_postbacks webhook event call is successful when called via the "Test" button in the App Dashboard -> Products -> Webhooks.
Any assistance you can provide would be immensely valuable, as this issue has escalated into a significant problem.