Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions content/en/docs/deployment/general/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down