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.
Request headers
| Parameter | Explanation |
|---|---|
| ms-signature | An SHA 256 signature on the request body. The signature uses the secret key from the WebHook registration. Example: " sha256=275F1BFF2327BBAF7F61A1BB1920BAC0A5295C2F4C78350324247031D37A8031" |
| X-Correlation-ID | A correlation GUID - this is the actual id of a webhook item (from GroupShare) |
Request body
| Body type | Explanation |
|---|---|
| JSON (application/json) | The event details as a JSON string. Example request body of an assignment event callback: |