Webhook on facebook app

(Gina Gala) #1

Hi there. i try to get a webhook from flowxo for my app on facebook product messenger.
i created a new flow on flowxo.
Broadcast / Receive a Webhook
i copied the callback url from flowxo to facebook webhook setup
i put also a verify token (what ever i want)
respond is something like this:
The URL couldn’t be validated. Response does not match challenge, expected value=“1223850653”, received="[200] success"

i understand that somehow the webhook get and answer but not the one expected by facebook

what am i doing wrong?

(Marc Louie Cabigas) #2

Hi, @Gina Gala

Maybe this will help you.

#3

Hi @Gina_Gala,
Broadcast / Receive a Webhook is an URL where you can send data from a your service, your flow could be used to write message to your messenger bot user (whose chat with your flowxo bot).

This flow type does not need any FB configuration

I think is not what you want / need, @mcfaith post a good guy to use a your FB app, but you can use flowxo bot only choose you FB page, in this case you are using the flowxo app

1 Like
(Daniel Beckett) #4

@Gina_Gala

The docs for Creating a Facebook Messenger Bot includes steps for setting up a bot either with a page, or with an app & page.

Hope that helps! :slight_smile:

2 Likes
(Gina Gala) #5

Thx. docs i need and very helpful.