mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 09:04:07 -08:00
09954f6b32
Some checks failed
Test Master / install-and-build (push) Waiting to run
Test Master / Unit tests (18.x) (push) Blocked by required conditions
Test Master / Unit tests (20.x) (push) Blocked by required conditions
Test Master / Unit tests (22.4) (push) Blocked by required conditions
Test Master / Lint (push) Blocked by required conditions
Test Master / Notify Slack on failure (push) Blocked by required conditions
Benchmark Docker Image CI / build (push) Has been cancelled
8 lines
255 B
JSON
8 lines
255 B
JSON
{
|
|
"$schema": "../scenario.schema.json",
|
|
"name": "SingleWebhook",
|
|
"description": "A single webhook trigger that responds with a 200 status code",
|
|
"scenarioData": { "workflowFiles": ["single-webhook.json"] },
|
|
"scriptPath": "single-webhook.script.js"
|
|
}
|