Webhook node with pathvariable forcing UUID

Describe the problem/error/question

When I use a Webhook and want to give a pathvariable with :test then I get a UUID as path,

e.g. test/:test leads to /test/:test

when I just do test then I get /test without the UUID.

Is there a way to have without UUID?

Please share your workflow

Information on your n8n setup

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

image

I can understand that a UUID path might be added to prevent conflicts with other pathes, given that it’s a dynamic value.

However, I’m still not entirely convinced.

1 Like

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