mirror of
https://github.com/n8n-io/n8n.git
synced 2026-07-28 19:45:09 +02:00
Co-authored-by: Danny Martini <danny@n8n.io> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
62 lines
1.1 KiB
JSON
62 lines
1.1 KiB
JSON
{
|
|
"meta": {
|
|
"instanceId": "partial-execution-disabled-pinned-parent"
|
|
},
|
|
"nodes": [
|
|
{
|
|
"parameters": {
|
|
"httpMethod": "POST",
|
|
"path": "0c2e9f1a-6d2b-4f0e-8a3c-2b6f1d4e7a90",
|
|
"options": {}
|
|
},
|
|
"id": "1a2b3c4d-0001-4000-8000-000000000001",
|
|
"name": "Webhook",
|
|
"type": "n8n-nodes-base.webhook",
|
|
"typeVersion": 1,
|
|
"position": [460, 460],
|
|
"webhookId": "0c2e9f1a-6d2b-4f0e-8a3c-2b6f1d4e7a90"
|
|
},
|
|
{
|
|
"parameters": {
|
|
"options": {}
|
|
},
|
|
"id": "1a2b3c4d-0001-4000-8000-000000000002",
|
|
"name": "Process",
|
|
"type": "n8n-nodes-base.set",
|
|
"typeVersion": 1,
|
|
"position": [720, 460]
|
|
}
|
|
],
|
|
"connections": {
|
|
"Webhook": {
|
|
"main": [
|
|
[
|
|
{
|
|
"node": "Process",
|
|
"type": "main",
|
|
"index": 0
|
|
}
|
|
]
|
|
]
|
|
}
|
|
},
|
|
"pinData": {
|
|
"Webhook": [
|
|
{
|
|
"headers": {
|
|
"host": "localhost:5678",
|
|
"content-type": "application/json"
|
|
},
|
|
"params": {},
|
|
"query": {},
|
|
"body": {
|
|
"here": "be",
|
|
"dragons": true
|
|
},
|
|
"webhookUrl": "http://localhost:5678/webhook-test/0c2e9f1a-6d2b-4f0e-8a3c-2b6f1d4e7a90",
|
|
"executionMode": "test"
|
|
}
|
|
]
|
|
}
|
|
}
|