export
The export callback — post-process an export with a plugin. Trigger via produce_options.plugin, the payload, the write-back rules, plugin-produced files, and events.
Trigger
{ "export": { "produce_options": { "plugin": "fylr_example:md5_sums" } } }callbacks:
export:
md5_sums:
plugin_user: # optional — act as a configured user
base_config: "user.api_user"
exec:
timeoutSec: 120 # exports may exceed the 30 s default
service: "node"
commands:
- prog: "node"
stdin: { type: body }
stdout: { type: body }
args:
- { type: "value", value: "%_exec.pluginDir%/server/export/md5_sums.js" }The payload
Property
Description
The response
Property
Description
Property
Description
Plugin-produced files
Events
Example
See also
Last updated