mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 09:04:07 -08:00
8 lines
302 B
JSON
8 lines
302 B
JSON
{
|
|
"$schema": "../scenario.schema.json",
|
|
"name": "HttpNode",
|
|
"description": "Webhook -> 3x HTTP request to a mock API -> Merge -> Respond to Webhook. Requires a mock API running at http://mockapi:8080",
|
|
"scenarioData": { "workflowFiles": ["http-node.json"] },
|
|
"scriptPath": "http-node.script.js"
|
|
}
|