mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-15 00:54:06 -08:00
8 lines
269 B
JSON
8 lines
269 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": ["binary-data.json"] },
|
|
"scriptPath": "binary-data.script.js"
|
|
}
|