Skip to main content

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
1

Create a workflow

In your n8n instance (n8n.cloud or self-hosted), open Workflows → New.
2

Add a Webhook trigger

First node: Webhook. Configure the path, HTTP method (POST), and authentication mode.
3

Save + activate

Save the workflow and toggle Active. n8n shows two URLs — use the Production URL (not Test).
4

(n8n Cloud only) Generate an API key

For management calls beyond webhooks, get an API key from your n8n Cloud account settings.

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

VariableSource
N8N_API_KEYAPI Key (if set)
N8N_WEBHOOK_URLWebhook URL field