Skip to content

Commit

Permalink
Added new "List documents in documents tray" activity. (microsoft#3677)
Browse files Browse the repository at this point in the history
* Added initial connector files.

* Changed icon color to conform to requirements.

* Adjusted Readme to the reviewers advice

* Update endpoint for 'Download File/Section'.

* Added functionality to support new "List documents in document tray" activity.

---------

Co-authored-by: Florian Mittermeier <[email protected]>
  • Loading branch information
JSteinerDW and DocuWareFM authored Oct 4, 2024
1 parent c01e386 commit 68e224c
Show file tree
Hide file tree
Showing 2 changed files with 207 additions and 64 deletions.
88 changes: 46 additions & 42 deletions certified-connectors/DocuWare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,93 +9,97 @@ DocuWare provides a powerful and extensive REST API. With DocuWare's Power Autom
You will need the following to proceed:
* A DocuWare Cloud subscription
* A Microsoft Power Apps or Power Automate account
* A Microsoft Power Automate Premium license

## Supported Operations

The DocuWare Power Automate connector supports the following actions:

* Store to DocuWare
* Import to Document Tray - Import a new document into a document tray.
* Store to File Cabinet - Stores a new document to a file cabinet.
* Import to document tray - Import a new document into a document tray.
* Store to file cabinet - Stores a new document to a file cabinet.
* Get from DocuWare
* Download a Document - Downloads a document from a file cabinet or document tray.
* Download a File - Downloads a file/section of a document stored in a file cabinet or document tray.
* Get Document Information - Gets information about a document.
* Get Dialog Fields - Gets a list of fields for a dialog.
* Get Dialogs - Gets a list of dialogs for a file cabinet or document tray.
* Get File Cabinet Fields - Gets a list of fields for a file cabinet.
* Get File Cabinets and Document Trays - Gets a list of file cabinets and/or document trays.
* Get Organization - Get the organization name.
* Get Stamp Fields - Gets a list of fields for a stamp.
* Get Stamps - Gets a list of stamps for a file cabinet or document tray.
* Search for Documents - Search a file cabinet for documents matching the specified criteria.
* Download a document - Downloads a document from a file cabinet or document tray.
* Download a file - Downloads a file/section of a document stored in a file cabinet or document tray.
* Get document information - Gets information about a document.
* Get dialog fields - Gets a list of fields for a dialog.
* Get dialogs - Gets a list of dialogs for a file cabinet or document tray.
* Get file cabinet fields - Gets a list of fields for a file cabinet.
* Get file cabinets and document trays - Gets a list of file cabinets and/or document trays.
* Get organization - Get the organization name.
* Get stamp fields - Gets a list of fields for a stamp.
* Get stamps - Gets a list of stamps for a file cabinet or document tray.
* Search for documents - Search a file cabinet for documents matching the specified criteria.
* Altering Documents
* Append a File to a Document - Appends a file/section to an existing document.
* Delete a Document - Deletes a document from a file cabinet or document tray.
* Delete a File - Deletes a file/section from an existing document.
* Place a Stamp - Places a stamp on a document.
* Replace a File - Replaces a file/section in an existing document.
* Transfer Documents - Moves one or more documents from one file cabinet/document tray to another.
* Update Index Fields - Updates the index fields of a document.

### Import to Document Tray
* Append a file to a document - Appends a file/section to an existing document.
* Delete a document - Deletes a document from a file cabinet or document tray.
* Delete a file - Deletes a file/section from an existing document.
* Place a stamp - Places a stamp on a document.
* Replace a file - Replaces a file/section in an existing document.
* Transfer documents - Moves one or more documents from one file cabinet/document tray to another.
* Update index fields - Updates the index fields of a document.

### Import to document tray
* Import a new document into a document tray.

### Store to File Cabinet
### Store to file cabinet
* Stores a new document to a file cabinet.

### Download a Document
### Download a document
* Downloads a document from a file cabinet or document tray.

### Download a File
### Download a file
* Downloads a file/section of a document stored in a file cabinet or document tray.

### Get Document Information
### Get document information
* Gets information about a document.

### Get Dialog Fields
### Get dialog fields
* Gets a list of fields for a dialog.

### Get Dialogs
### Get dialogs
* Gets a list of dialogs for a file cabinet or document tray.

### Get File Cabinet Fields
### Get file cabinet fields
* Gets a list of fields for a file cabinet.

### Get File Cabinets and Document Trays
### Get file cabinets and document trays
* Gets a list of file cabinets and/or document trays.

### Get Organization
### Get organization
* Get the organization name.

### Get Stamp Fields
### Get stamp fields
* Gets a list of fields for a stamp.

### Get Stamps
### Get stamps
* Gets a list of stamps for a file cabinet or document tray.

### Search for Documents
### Search for documents
* Search a file cabinet for documents matching the specified criteria.

### Append a File to a Document
### List documents in document tray
* Lists all documents in the specified document tray.

### Append a file to a document
* Appends a file/section to an existing document.

### Delete a Document
### Delete a document
* Deletes a document from a file cabinet or document tray.

### Delete a File
### Delete a file
* Deletes a file/section from an existing document.

### Place a Stamp
### Place a stamp
* Places a stamp on a document.

### Replace a File
### Replace a file
* Replaces a file/section in an existing document.

### Transfer Documents
### Transfer documents
* Moves one or more documents from one file cabinet/document tray to another.

### Update Index Fields
### Update index fields
* Updates the index fields of a document.

## Obtaining Credentials
Expand Down Expand Up @@ -131,4 +135,4 @@ To deploy this connector as a custom connector in Power Automate, follow these i
7. Review and update the connector details, such as icon, color, and authentication settings.
8. Save the custom connector.
9. Test the connector by creating a new flow and adding actions from the DocuWare connector.
10. Share the custom connector with other users or teams if needed.
10. Share the custom connector with other users or teams if needed.
Loading

0 comments on commit 68e224c

Please sign in to comment.