Webhooks
Based on the Wikipedia article about webhook.
A webhook is a method for one application to automatically send real-time data, through a http POST request, to another application when a specific event occurs.
Webhooks have been available in DocuWare since version 7.5.
The following DocuWare Knowledge Base article is about how to set it up and includes detailed information.
DocuWare Knowledge Base - Webhooks
On GitHub we offer example webhook endpoints for a variety of programming languages.