You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/alerting-and-retries/webhooks.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ You can use the following event-related variables in both URL and payload.
37
37
|`CHECK_ID`| The UUID of the check |
38
38
|`CHECK_TYPE`| The check type, i.e. API or BROWSER. |
39
39
|`ALERT_TITLE`| Human readable title, e.g. 'Check "My API check" has failed' |
40
-
|`ALERT_TYPE`| Type of alert, either "ALERT_FAIL", "ALERT_RECOVERY", "ALERT_DEGRADED" or "ALERT_DEGRADED_RECOVERY" |
40
+
|`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.|
41
41
|`CHECK_RESULT_ID`| The UUID of the result that triggered this message |
42
42
|`RESPONSE_TIME`| The reported response time for this result |
43
43
|`API_CHECK_RESPONSE_STATUS_CODE`| The response status code, e.g. 200. Only populated for API checks. |
0 commit comments