n8n
How to expose an n8n webhook for Nora to send events into.
Where to apply for credentials
n8n — Webhook node docs
n8n Webhook trigger
Add a Webhook trigger
First node: Webhook. Configure the path, HTTP method (POST), and authentication mode.
Save + activate
Save the workflow and toggle Active. n8n shows two URLs — use the Production URL (not
Test).
Connect in Nora
Paste the production webhook URL. Optionally paste an API key. Nora validates the URL shape and stores both encrypted.Environment variables Nora injects
| Variable | Source |
|---|---|
N8N_API_KEY | API Key (if set) |
N8N_WEBHOOK_URL | Webhook URL field |

