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": "Webhook PairedItem error test",
"nodes": [
{
"parameters": {
"path": "86f05bcc-44a4-44f7-b774-7002fc2eddfc",
"options": {}
},
"id": "143572ab-f85b-4a6f-8ca7-4a5cea00a9fe",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1.1,
"position": [
860,
140
]
},
{
"parameters": {
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict"
},
"conditions": [
{
"id": "e9605092-a127-46ad-9fb3-e671f955f856",
"leftValue": "={{ $json.headers.host }}",
"rightValue": "asdf",
"operator": {
"type": "string",
"operation": "equals",
"name": "filter.operator.equals"
}
}
],
"combinator": "and"
},
"options": {}
},
"id": "50542b55-4237-4c18-9e3a-5d146372c270",
"name": "If",
"type": "n8n-nodes-base.if",
"typeVersion": 2,
"position": [
1080,
140
]
},
{
"parameters": {},
"id": "c6365289-0383-4d73-bd5f-a52b6a6e1eeb",
"name": "No Operation, do nothing",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
1420,
20
]
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "1d65053c-31de-43e8-a870-e7e79d34ca67",
"name": "asdf",
"value": "={{ $('Webhook').item.json.headers['accept-encoding'] }}",
"type": "string"
}
]
},
"options": {}
},
"id": "8fd60b5e-19eb-47f4-a3e2-3822c722a68a",
"name": "Edit Fields1",
"type": "n8n-nodes-base.set",
"typeVersion": 3.3,
"position": [
1860,
220
]
},
{
"parameters": {},
"id": "96ac4860-81eb-4d47-9a6e-7c717d910fcd",
"name": "NoOp1",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
1420,
220
]
},
{
"parameters": {},
"id": "5b550207-3f4f-4519-b272-ff02d9d28ffc",
"name": "NoOp3",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
2040,
220
]
},
{
"parameters": {},
"id": "9f450e47-902e-413e-99ce-ea93f6bc375e",
"name": "NoOp2",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
1640,
220
]
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "1d65053c-31de-43e8-a870-e7e79d34ca67",
"name": "asdf",
"value": "={{ $('Webhook').item.json.headers['accept-encoding'] }}",
"type": "string"
}
]
},
"options": {}
},
"id": "7acd1642-a6ef-4c33-a562-95b19fedbded",
"name": "Edit Fields",
"type": "n8n-nodes-base.set",
"typeVersion": 3.3,
"position": [
2220,
220
]
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "1d65053c-31de-43e8-a870-e7e79d34ca67",
"name": "asdf",
"value": "={{ $('Webhook').item.json.headers['accept-encoding'] }}",
"type": "string"
}
]
},
"options": {}
},
"id": "adc93a3b-2825-4ddf-9a17-fe61b5861d43",
"name": "Edit Fields2",
"type": "n8n-nodes-base.set",
"typeVersion": 3.3,
"position": [
1460,
440
]
},
{
"parameters": {},
"id": "1cd5d8dc-cd08-4596-9435-d48a6e20996d",
"name": "NoOp",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
1700,
480
]
},
{
"parameters": {
"content": "For Error:\n1. Execute \"If\"\n2. Execute \"NoOp2\"\n"
},
"id": "658c3a31-b640-4338-8b22-6d0a17ab5b80",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
940,
480
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "If",
"type": "main",
"index": 0
}
]
]
},
"If": {
"main": [
[
{
"node": "No Operation, do nothing",
"type": "main",
"index": 0
}
],
[
{
"node": "NoOp1",
"type": "main",
"index": 0
},
{
"node": "Edit Fields2",
"type": "main",
"index": 0
}
]
]
},
"NoOp1": {
"main": [
[
{
"node": "NoOp2",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields1": {
"main": [
[
{
"node": "NoOp3",
"type": "main",
"index": 0
}
]
]
},
"NoOp2": {
"main": [
[
{
"node": "Edit Fields1",
"type": "main",
"index": 0
}
]
]
},
"NoOp3": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields2": {
"main": [
[
{
"node": "NoOp",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "631547ec-c580-4b5f-9220-7fd3d801029b",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "fjCAcetjbaYM1vy6",
"tags": []
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Webhook PairedItem error test. Webhook trigger; 11 nodes.
Source: https://github.com/automatos-trade/automatos-n8n/blob/master/cypress/fixtures/Check_manual_node_run_for_pinned_and_rundata.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.
A clean, extensible REST-style API routing template for n8n webhooks with up to 3 path levels. Serves API routes via Webhooks with path variables Normalizes incoming requests into "global" REQUEST and
PUQ Docker NextCloud deploy. Uses respondToWebhook, stickyNote, httpRequest, ssh. Webhook trigger; 44 nodes.
puq-docker-immich-deploy. Uses respondToWebhook, ssh, stickyNote. Webhook trigger; 35 nodes.
Analyze_email_headers_for_IPs_and_spoofing__3. Uses stickyNote, respondToWebhook, itemLists, httpRequest. Webhook trigger; 35 nodes.
puq-docker-n8n-deploy. Uses respondToWebhook, ssh, stickyNote. Webhook trigger; 34 nodes.