Use Bubble app as backend for messenger bot

I was trying to set up a new app that will provide data to a Facebook messenger bot. But I’m already stuck on the initial setup…

Facebook asks to configure webhooks. But setting a callback url and verify token are not working. Anyone has experience in this and who could help me on the right track?

Same problem here.
Bubble allow only incoming POST requests to activate remote workflow endpoints.
Facebook/messenger validation is an incoming GET call.

Bubble allows incoming GET calls only to query bubble data objects. But the structure of response is not compatible with facebook.

See here: Webhook Setup - Messenger Platform - Documentation - Facebook for Developers

I’m stuck on this point :frowning: Can anyone help?

This topic was automatically closed after 70 days. New replies are no longer allowed.

Hey all - just wanted to announce that we’ve recently released a new experimental feature that allows you to trigger API workflows with GET requests! Please feel free to test it out; looking forward to hearing your feedback!

1 Like