The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Seiton Brain \u2014 Webhook Events",
"nodes": [
{
"parameters": {
"path": "seiton-events",
"httpMethod": "POST",
"responseMode": "onReceived",
"options": {}
},
"id": "a1b2c3d4-1111-4000-8000-000000000011",
"name": "Seiton Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
300
]
},
{
"parameters": {
"rules": {
"values": [
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "cond-note-created",
"leftValue": "={{ $json.body.event }}",
"rightValue": "note.created",
"operator": {
"type": "string",
"operation": "equals"
}
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "note.created"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "cond-note-appended",
"leftValue": "={{ $json.body.event }}",
"rightValue": "note.appended",
"operator": {
"type": "string",
"operation": "equals"
}
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "note.appended"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "cond-entry-failed",
"leftValue": "={{ $json.body.event }}",
"rightValue": "entry.failed",
"operator": {
"type": "string",
"operation": "equals"
}
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "entry.failed"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "cond-note-indexed",
"leftValue": "={{ $json.body.event }}",
"rightValue": "note.indexed",
"operator": {
"type": "string",
"operation": "equals"
}
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "note.indexed"
}
]
},
"options": {}
},
"id": "b2c3d4e5-2222-4000-8000-000000000012",
"name": "Event Router",
"type": "n8n-nodes-base.switch",
"typeVersion": 3.2,
"position": [
480,
300
]
},
{
"parameters": {
"mode": "manual",
"duplicateItem": false,
"assignments": {
"assignments": [
{
"id": "set-created-msg",
"name": "message",
"value": "=Neue Notiz: {{ $json.body.classification.title }} ({{ $json.body.vault_path }})",
"type": "string"
}
]
},
"options": {}
},
"id": "c3d4e5f6-3333-4000-8000-000000000013",
"name": "Created \u2014 Slack/Mail hier",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
760,
140
]
},
{
"parameters": {
"mode": "manual",
"duplicateItem": false,
"assignments": {
"assignments": [
{
"id": "set-appended-msg",
"name": "message",
"value": "=Notiz erg\u00e4nzt: {{ $json.body.vault_path }}",
"type": "string"
}
]
},
"options": {}
},
"id": "d4e5f6a7-4444-4000-8000-000000000014",
"name": "Appended \u2014 Review hier",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
760,
300
]
},
{
"parameters": {
"mode": "manual",
"duplicateItem": false,
"assignments": {
"assignments": [
{
"id": "set-failed-msg",
"name": "message",
"value": "=Seiton Fehler ({{ $json.body.task }}): {{ $json.body.error_message }}",
"type": "string"
}
]
},
"options": {}
},
"id": "e5f6a7b8-5555-4000-8000-000000000015",
"name": "Failed \u2014 Alert hier",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
760,
460
]
},
{
"parameters": {
"mode": "manual",
"duplicateItem": false,
"assignments": {
"assignments": [
{
"id": "set-indexed-msg",
"name": "message",
"value": "=Semantisch indexiert: [[{{ $json.body.title }}]] ({{ $json.body.vault_path }}) \u2014 Retrieval-API bereit",
"type": "string"
}
]
},
"options": {}
},
"id": "f7a8b9c0-6666-4000-8000-000000000017",
"name": "Indexed \u2014 Retrieval hier",
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
760,
620
]
},
{
"parameters": {
"content": "## Webhook Setup\n\n1. Workflow aktivieren\n2. Production-URL \u2192 `SEITON_WEBHOOK_URL` in Seiton `.env`\n3. Seiton neu starten\n\nFalls `$json.body.event` leer: auf `$json.event` umstellen (n8n-Version).",
"height": 200,
"width": 340
},
"id": "f6a7b8c9-6666-4000-8000-000000000016",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
200,
80
]
}
],
"connections": {
"Seiton Webhook": {
"main": [
[
{
"node": "Event Router",
"type": "main",
"index": 0
}
]
]
},
"Event Router": {
"main": [
[
{
"node": "Created \u2014 Slack/Mail hier",
"type": "main",
"index": 0
}
],
[
{
"node": "Appended \u2014 Review hier",
"type": "main",
"index": 0
}
],
[
{
"node": "Failed \u2014 Alert hier",
"type": "main",
"index": 0
}
],
[
{
"node": "Indexed \u2014 Retrieval hier",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "e14-02-webhook-events",
"meta": {
"templateCredsSetupCompleted": false
},
"tags": [
{
"name": "seiton-brain"
}
]
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Seiton Brain — Webhook Events. Webhook trigger; 7 nodes.
Source: https://github.com/LeekiGitHub/Seiton-Brain/blob/994f1e31bb7c3d9793a5c2206504f64f0420d729/examples/n8n/02-seiton-webhook-events.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
This workflow receives inbound emails from EmailConnect.eu via an n8n webhook, extracts key message fields, drops spam, and routes emails to different downstream paths based on the recipient alias (fo
Create_Unique_Jira_tickets_from_Splunk_alerts. Uses jira. Webhook trigger; 11 nodes.
Http Stickynote. Uses stickyNote, httpRequest, highLevel. Webhook trigger; 10 nodes.
Http Keap. Uses stickyNote, httpRequest, keap. Webhook trigger; 10 nodes.