Webhook path clean

Hey guys,

I would like to know how I can change the patch of my webhook URL, I am working as an API in n8n.

My idea is to leave the URL like this:
https://megazord.warrom.heltonrodrigues.com.br/webhook/api/v1/createcontact

But it keeps generating an ID when I add the dynamic parameter “:version”, is there any way to clear this ID?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Have never seen that, it should not be like that.
The path should be exactly what you put in so if you replace the id with something else the id should not be there.
Would be good to know your version and setup. And try updating if you are not on a recent version.

Hey @BramKn, I tested both version 1.45.1 and version 1.58.2, both do this only when I add the dynamic patch “:version”, if it is fixed the url stays as I filled it. Do you need any more information?

Ah yeah, I have never used that. So apparently it is a bug then.

Sorry. Sadly not a bug, is currently intended behavior for technical reasons when dynamic URLs get used.

2 Likes

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