export_transport
The export_transport callback — deliver a finished export with a plugin. Transports on the export, the payload with decrypted options, the response, and events.
Transports on the export
{
"export": {
"name": "delivery",
"_transports": [
{
"plugin": "fylr_example:copy_file",
"options": { "url": "https://target.example.com/inbox", "pw:secret": "…" }
}
]
}
}Field
Description
callbacks:
export_transport:
copy_file:
exec:
timeoutSec: 60
service: "node"
commands:
- prog: "node"
stdin: { type: body }
stdout: { type: body }
args:
- { type: "value", value: "%_exec.pluginDir%/server/export_transport/copy_file.js" }The payload
Property
Description
The response
Property
Description
Example
See also
Last updated