I've already set up my Facebook app, verified my business, and have Messenger API access. Now I'm struggling specifically with the webhook verification process between n8n and Facebook Messenger API.
Steps Taken
- Created webhook node in n8n (GET method, respond immediately)
- Copied n8n webhook Production URL to Facebook's Callback URL
- Created custom verify token for both platforms
- Changed n8n to POST method and set to listen for test events
- Clicked "Verify and Save" on Meta Developer
Issue
Webhook verification fails despite following these steps. What critical configuration am I missing for successful webhook verification?
Any guidance would be greatly appreciated!