Webhook Notifications API
note
Read this page in wide view mode from here
Webhook Notifications API (0.1.0)
By implementing the Webhook Notifications API, you will be able to receive notifications about events happened within the Witboost platform.
The Webhook Notifications API is helpful for integrating with third-party messaging systems like Microsoft Teams, Slack, Discord etc.
As you will notice from this API specification, there is no API endpoint to implement, but rather just a JSON schema which represents what the payload of a notification looks like. This payload is what your configured webhook URL is going to receive at the POST endpoint.
The JSON schema is described in this page here: Webhook Notifications JSON Schema