Hi,
I am trying to link a Voiceflow AI Chatbot to Facebook Messenger.
I have 3 Modules in my automation:
- Webhook - captures data from Facebook when I receive a new message
- HTTP API call - sends the FB message to Voiceflow and generates an AI response
- Webhook Response - sends the AI response back to Facebook API
I have figured out how to set up the first 2 steps and my data is coming out correctly.
However, for the life of me, I can’t figure out to send the response back to Facebook even though the 3rd Module appears to be processing correctly.
I have tried all kinds of variations of code in that final module.
From putting the URL, PAGE ID, etc into the Header section with a couple lines of code in the Body, to stuffing it all into the Body (see below). No matter what I try, I can’t seem to get Facebook Messenger to produce an output.
At this point I’m not even sure if this Webhooks response module is the right module to do it.
Does anyone have experience with FB Messenger Bots?
Is this even possible with Make.com?
All of the Voiceflow tutorials for hosting a Webhook like this for a bot were running code on Ngrok on Replit, but that’s a little beyond my paygrade lol Thanks for the help.