Webhook trigger node does not listen messenger api call

I am running a workflow for a RAG Agent for Messenger, however, it is not listening to the webhook call when I send the message on facebook, but it does listen when I test and connect the webhook on meta for developers

@Jose_Sabillon Your n8n webhook node might be configured only for POST requests for receiving messages, but it fails to respond to the initial GET verification request from Facebook.

I have turned on “Allow Multiple HTTP Methods” and have GET / POST selected. It’s weird because it is a 1/1 copy of the structure of another RAG Agent and it does work. For this new flow I do change and use a new webhook trigger.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.