n8n/packages/testing/playwright/workflows/webhook-misconfiguration-test.json
mfsiega 83272570e4
fix(core): Surface workflow config errors to the webhook caller (#19858)
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
2025-09-23 11:15:29 +02:00

42 lines
751 B
JSON

{
"active": true,
"nodes": [
{
"parameters": {
"path": "fded38b8-06bc-4308-a095-8507ef82ae27",
"options": {}
},
"type": "n8n-nodes-base.webhook",
"typeVersion": 2.1,
"position": [0, 0],
"id": "e6846a10-fffa-495d-8d65-c34cea6e8f0d",
"name": "Webhook",
"webhookId": "fded38b8-06bc-4308-a095-8507ef82ae27"
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1.4,
"position": [416, 0],
"id": "c27ef742-1410-4d63-99a8-85bf083f5204",
"name": "Respond to Webhook"
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"pinData": {}
}