/Webhook-examples

This repository contains webhook endpoint examples which can be used with the DocuWare webhook feature. Which was introduced in version 7.5.

Primary LanguageC#MIT LicenseMIT

DocuWare webhook examples

In this repository created by DocuWare for the new webhook feature introduced in version 7.5.
Here you'll find different examples in a variety of programming languages for a webhook endpoint.

What are the examples about?

Every example starts a http server on port 5000 with an endpoint called webhook which accepts a POST request.
The whole body will be written into the console as far as it is in a valid JSON format.

Examples for a webhook endpoint