Some checks failed
Security: Sync from Public / sync-from-public (push) Has been cancelled
Test: Benchmark Nightly / build (push) Has been cancelled
Test: Benchmark Nightly / Notify Cats on failure (push) Has been cancelled
CI: Python / Checks (push) Has been cancelled
Test: Evals Python / Workflow Comparison Python (push) Has been cancelled
Util: Check Docs URLs / check-docs-urls (push) Has been cancelled
Test: Visual Storybook / Cloudflare Pages (push) Has been cancelled
Test: E2E Performance / build-and-test-performance (push) Has been cancelled
Test: Workflows Nightly / Run Workflow Tests (push) Has been cancelled
Util: Cleanup CI Docker Images / Delete stale CI images (push) Has been cancelled
Test: Benchmark Destroy Env / build (push) Has been cancelled
Util: Update Node Popularity / update-popularity (push) Has been cancelled
Test: E2E Coverage Weekly / Coverage Tests (push) Has been cancelled
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"nodes": [
|
|
{
|
|
"parameters": {
|
|
"httpMethod": "POST",
|
|
"path": "test",
|
|
"options": {
|
|
"binaryData": false
|
|
}
|
|
},
|
|
"id": "ec188f16-b2c5-44e3-bd83-259a94f15c94",
|
|
"name": "Webhook",
|
|
"type": "n8n-nodes-base.webhook",
|
|
"typeVersion": 1,
|
|
"webhookId": "a59a3be7-6d43-47e7-951d-86b8172c2006"
|
|
}
|
|
],
|
|
"connections": {
|
|
"Webhook": {
|
|
"main": [[]]
|
|
}
|
|
},
|
|
"trigger": {
|
|
"mode": "webhook",
|
|
"input": {
|
|
"json": {
|
|
"headers": {
|
|
"host": "localhost:5678",
|
|
"user-agent": "curl/8.2.0",
|
|
"accept": "*/*",
|
|
"content-length": "137",
|
|
"content-type": "multipart/form-data; boundary=--boundary"
|
|
},
|
|
"params": { "path": "test" },
|
|
"query": {},
|
|
"body": { "a": ["b"] }
|
|
}
|
|
}
|
|
},
|
|
"pinData": {
|
|
"Webhook": [
|
|
{
|
|
"json": {
|
|
"headers": {
|
|
"host": "localhost:5678",
|
|
"user-agent": "curl/8.2.0",
|
|
"accept": "*/*",
|
|
"content-length": "137",
|
|
"content-type": "multipart/form-data; boundary=--boundary"
|
|
},
|
|
"params": { "path": "test" },
|
|
"query": {},
|
|
"body": {
|
|
"a": ["b"]
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|