It works using something like https://requestcatcher.com/ but when I try to connect to a Webhook node in n8n I get and error: Url returned status 401 - ‘Unauthorized’
I have Authentication set to ‘None’
The webhook works if I use a simple HTML form to send data.
When you hit the button “create webhook” is it workflow executing or active? because what might be happening it’s that clickfunnel is sending a ping to verify if URL is valid and since the workflow is not executing or active, the ping never reaches n8n, hence the error.
What I would do is in your workflow hit the execute button at the bottom, Update clickfunnel to use the test webhook url and see what it responds with.
It looks like you need to respond to the request within 3 seconds so start simple and make sure there is nothing else in your workflow and see if that does anything.
That is a shame, I thought they might be able to give you more on the response. Might be worth testing a connection to your webhook with Curl with the extra logging enabled on the command to see what is coming back but do it from an “outside” machine to see if the same 401 pops up.