When using the DocuWare Platform API, you can use two additional calls in the “Web service” activity for creating DocuWare groups and for unclipping documents.
Component: Workflow Designer Desktop App
Applications
createGroup: Once you have stored the documents for a new project, you create a group with the project name and assign an index value profile to it.
unclipDocument: When documents are clipped together and stored in the file cabinet, they can be transferred to the document tray, unclipped, and then stored back in the cabinet.
Benefit
Further automation of routine tasks
Here's how
To use the createGroup endpoint:
Under Endpoints, select POST /Organization/Groups.
In the Request Body, specify the following properties:
Id, Name, Active.
To use the unclipDocument endpoint:
Under Endpoints, select POST /FileCabinets/{TrayId\FileCabinetId}/Operations/ContentDivide?docId={docId}.
In the Request route, specify the tray GUID

In the Request queries, add the Document ID.
