diff --git a/site/content/docs/alerting-and-retries/webhooks.md b/site/content/docs/alerting-and-retries/webhooks.md index 24f923058..eb26cd83c 100644 --- a/site/content/docs/alerting-and-retries/webhooks.md +++ b/site/content/docs/alerting-and-retries/webhooks.md @@ -39,6 +39,7 @@ You can use the following event-related variables in both URL and payload. | `ALERT_TITLE` | Human readable title, e.g. 'Check "My API check" has failed' | | `ALERT_TYPE` | Type of alert, e.g. "ALERT_FAILURE", "ALERT_RECOVERY", "ALERT_DEGRADED", "ALERT_DEGRADED_RECOVERY". See [alert states](/docs/alerting-and-retries/alert-states/#alert-states--transitions) for all options. | | `CHECK_RESULT_ID` | The UUID of the result that triggered this message | +| `CHECK_ERROR_MESSAGE` | The check error message | | `RESPONSE_TIME` | The reported response time for this result | | `API_CHECK_RESPONSE_STATUS_CODE` | The response status code, e.g. 200. Only populated for API checks. | | `API_CHECK_RESPONSE_STATUS_TEXT` | The response status text, e.g. "OK". Only populated for API checks. |