Waivgen Connected System - Document Handler

Overview

The Document Handler Connected System is used to retrieves and stores documents from the Appian Knowledge Center to the Custom Component. The Client API within this connected system helps transfer data between the Appian Knowledge Center and the component.

This Connected System is used in the Waivgen developed Custom Components.

Key Features & Functionality

  • SaveDocumentClientApi - Used to store the document generated in the Custom Component to Appian KC
  • RetrieveDocumentClientApi - Used to retrieve the document available in the Appian KC to the Custom Component

All the data transfer happens as JSON and Base64 document.

Anonymous