Files
n8n-enterprise-unlocked/packages/@n8n/benchmark/scenarios/multiple-webhooks/multiple-webhooks.manifest.json
T
2025-04-07 18:18:11 +02:00

21 lines
539 B
JSON

{
"$schema": "../scenario.schema.json",
"name": "MultipleWebhooks",
"description": "10 simple webhooks that respond with a 200 status code",
"scenarioData": {
"workflowFiles": [
"multiple-webhooks1.json",
"multiple-webhooks2.json",
"multiple-webhooks3.json",
"multiple-webhooks4.json",
"multiple-webhooks5.json",
"multiple-webhooks6.json",
"multiple-webhooks7.json",
"multiple-webhooks8.json",
"multiple-webhooks9.json",
"multiple-webhooks10.json"
]
},
"scriptPath": "multiple-webhooks.script.js"
}