11 lines
386 B
JSON
Executable File
11 lines
386 B
JSON
Executable File
{
|
|
"$schema": "../scenario.schema.json",
|
|
"name": "CredentialHttpNode",
|
|
"description": "Webhook -> 3x HTTP request to a mock API -> Merge -> Respond to Webhook. Requires a mock API running at http://mockapi:8080",
|
|
"scenarioData": {
|
|
"workflowFiles": ["credential-http-node.json"],
|
|
"credentialFiles": ["credential-bearer.json"]
|
|
},
|
|
"scriptPath": "credential-http-node.script.js"
|
|
}
|