I’m trying to set up a workflow in n8n that should be triggered by a webhook. Our application sends out webhooks, adding a path to the webhook endpoint URL. For example “/element” for POST Requests and for other Requests “/element/”.
Even when specifying an additional path, n8n is not able to receive webhooks from our application.
Already tested/checked for other HTTP methods, tried setting up webhook for both test n8n URL and production URL.
In our application log we get 404 errors as response.
Any idea what we could do, to make n8n receive our application’s webhooks?
Hi @abhishekpatoliya ,
Thanks for your reply.
Yes, I can try that as well, but it is already not working with one webhook, with adding “/element” in Path field when editing webhook or"/element/" but not at the same time…