What is Trados GroupShare WebHooks Service

WebHooks provide a publish/subscribe model for wiring together Web APIs and services. You can subscribe to Trados GroupShare events and get notified when the event happens through a callback.

When you subscribe to an event, you need to provide a callback URI where you want to be notified when the event occurs. When the event occurs, an HTTP POST request is sent to your callback URI with information about what happened.

Trados GroupShare WebHooks Service

Trados GroupShare WebHooks Service is implemented as a standalone self-hosted Rest API application that can be run as a Windows Service or in console mode (using --console switch). The default port that the Rest API self-hosted service listens to is 41239.