diff --git a/content/en/docs/deployment/general/webhooks.md b/content/en/docs/deployment/general/webhooks.md index 7fb133f0651..6b28c1d70c7 100644 --- a/content/en/docs/deployment/general/webhooks.md +++ b/content/en/docs/deployment/general/webhooks.md @@ -213,6 +213,13 @@ When an alert is triggered for your Mendix app, a payload with the following for } ``` +The `severity` key name from the above JSON can have following values: + +* Ok +* Warning +* Critical +* Recovery + For details on receiving alerts, see [Receive Environment Status Alerts](/developerportal/operate/receive-alerts/). ## Logging