I’m having an issue with connecting my bot to Facebook’s API using webhooks. I created a new flow which I’ve shared:
https://flowxo.com/hooks/a/nkke843g
and added a trigger to Recieve a Webhook, which generated the webhook, which I presented to FB as shown here:
This is the error message:
The URL couldn’t be validated. Response does not match challenge, expected value=“985255940”, received="[200] success"
This facebook developer guidance shows that I must pass back the explected value, as shown in this developer documentation:
Does anyone have some guidance on how to resolve this issue?
Thanks!
Kurt