Skip to main content
To set up external system export, you need a custom script. Vantage executes a script specified in the activity’s settings. The script may get access to the transaction’s data including values of extracted fields and documents available for export and send an HTTP request to an external Vantage API endpoint.
Note: The custom script that is run as part of an Output activity cannot be used to modify data of the document being processed (such as fill in fields), unlike scripts that are run in Custom activity.
To add a custom script to the Output activity, follow these steps:
  1. Select the Output activity and then select Select additional destination in the Actions pane.
  2. Select External system and click Settings. This will open the code input and edit interface.
  3. Set up your script and click Save.
For a detailed description of objects that can be used in the script, see Object Model.