Skip to main content
Exporting to an external system requires a custom script. Vantage executes the script specified in the activity’s settings. The script can read the transaction’s data — including extracted field values and the documents available for export — and send an HTTP request to the external system’s API.
The script in an Output activity cannot modify document data (for example, fill in fields). To modify data, use a Custom activity instead.

Add a custom script

1

Select the Output activity

Select the Output activity, and then check Select additional destination in the Actions pane.
2

Choose External system

Select External system and click Settings to open the script editor.
3

Write and save the script

Configure your script and click Save.
For a detailed description of objects you can use in the script, see Object model.