Second Domain for n8n

Is it possible to add a second domain to n8n (currently have n8n.example.com) for the purpose of webhooks (e.g. also being able to send webhooks from n8n.example2.com)?

Currently using n8n self hosted via docker.

Hi @pb84, yes and no. n8n as an application only supports one WEBHOOK_URL value ( documentation), so the UI will always show a single domain rather than both.

However, you could technically set up a reverse proxy simply forwarding requests coming in for to your second domain towards your first domain. That’s something you’d need to implement outside of n8n though.

1 Like