Files
n8n/packages/testing/playwright/workflows/simple-webhook-test.json
alighasami 3d5eaf9445
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
first commit
2026-03-17 16:22:57 +03:30

68 lines
1.2 KiB
JSON

{
"name": "Simple Webhook Test",
"active": true,
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "test-webhook",
"options": {}
},
"id": "webhook-trigger",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [300, 300],
"webhookId": "test-webhook-id"
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "result-field",
"name": "result",
"value": "=Webhook received: {{ $json.body }}",
"type": "string"
},
{
"id": "timestamp-field",
"name": "timestamp",
"value": "={{ new Date().toISOString() }}",
"type": "string"
}
]
},
"options": {}
},
"id": "set-response",
"name": "Set Response",
"type": "n8n-nodes-base.set",
"typeVersion": 3.3,
"position": [500, 300]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Set Response",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": null,
"pinData": {},
"versionId": null,
"triggerCount": 0,
"tags": []
}