DropTargets
DropTargets can be used to import data and documents into the enaio® system using enaio® appconnector. With DropTargets, various actions in the system can be triggered, such as starting a workflow or creating or updating objects.
Each DropTarget describes exactly one scenario.
DropTargets are written in Jelly, which is a script language used for XML scripts.
DropTargets are implemented by script, for example.
Structure for an API call: /osrest/api/documentfiles/droptargets/[targetname]
Configuration
DropTargets must be stored in the following directory:
\services\OS_Appconnector\configuration\droptargets
The two demo DropTargets demo.xml and demo2.xml can already be found in this directory.
Each DropTarget is defined in an XML file. The XML file cannot contain umlauts or special characters unless they are UML encoded.
The XML file name serves as the DropTarget's name.
You can find more information in the developer area.