Views:

Question:
How can I configure a notification using Webhooks?

Answer:
DocuWare sends the notification from the file cabinet to a URL in the form of a request. The third-party application monitors this request and receives the message.

  1. First, create a REST type web service. (How to create a Web Service) Here you enter the URL through which DocuWare and the receiving application communicate with each other.
  2. Then go into the Webhooks plugin on the Configurations page
          

     
  3. Specify in the Events tab which file cabinet and which documents are to be monitored. Also select the web service with the URL here. There are two triggers within Event type for a file cabinet notification, the storing of a new document (New document) or the index data modification of an already stored document (Index change).
          

     
  4. You can freely configure the message text in JSON under the HTTP Request Body tab. By default, the index data and fields are inserted for the documents concerned.
           

KBA is applicable for both Cloud and On-premise Organizations.