Change the /webhook and /webhook-test to different names

Hello.

How can I change the word “webhook” from the URL path to something different, like /API?
Example https://example.com/webhook/production-endpoint TO >> https://example.com/api/production-endpoint

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

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:

You can customize that with N8N_ENDPOINT_WEBHOOK.

More documentation can be found here.

1 Like

Thank you!

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