I'm trying to 'verify' a webhook URL and it doesn't seem to work.
- I'm using ngrok
- I verified with hurl.it that my response contains the sent validation-token
The response I get back when clicking on the 'verify' button in the dev console is about the validation token:
- message:"BOT_WEBHOOK_VERIFY_ERROR_VALIDATION_TOKEN_ERROR"
- status:"FORBIDDEN"
Any idea on how to fix it?