mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-16 09:34:07 -08:00
8 lines
267 B
JSON
8 lines
267 B
JSON
{
|
|
"$schema": "../scenario.schema.json",
|
|
"name": "BinaryData",
|
|
"description": "Send a binary file to a webhook, write it to FS, read it from FS and receive it back",
|
|
"scenarioData": { "workflowFiles": ["binaryData.json"] },
|
|
"scriptPath": "binaryData.script.js"
|
|
}
|