Using the Trados GroupShare WebHooks Service
Learn how to configure and use the Trados GroupShare WebHooks Service.
Configuring WebHooks Service
To configure the WebHooks service:
Procedure
Subscribing to events
You can subscribe to all existing events by using the "*" filter and a single callback handling URL.
About this task
The available filter types are as follows:
Sdl.GroupShare.Events.V2.ProjectCreatedEventSdl.GroupShare.Events.V2.PhaseChangeEventSdl.GroupShare.Events.V2.AssignmentEventSdl.GroupShare.Events.V2.CheckOutEventSdl.GroupShare.Events.V2.CheckInEvent*
Interacting with the REST API endpoint
Interaction with the Trados GroupShare WebHooks Service happens through REST API calls, secured with bearer tokens (that you get using Trados GroupShare Management Rest API login endpoint).
About this task
Receiving WebHooks notifications (callbacks)
After a WebHook URI was registered for a certain event you will get callbacks when that event occurs. The callback is a POST request.
About this task
Testing REST API endpoints
To test / try Rest API endpoints, use the Postman collection .
About this task
Download and extract the ZIP file for collection.