mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-16 17:44:09 -08:00
8 lines
300 B
JSON
8 lines
300 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": ["httpNode.json"] },
|
||
|
"scriptPath": "httpNode.script.js"
|
||
|
}
|