Skip to content

Commit a9b7847

Browse files
committed
feat: adjust alert states [sc-00]
1 parent 3b59de7 commit a9b7847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/docs/alerting-and-retries/webhooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can use the following event-related variables in both URL and payload.
3737
| `CHECK_ID` | The UUID of the check |
3838
| `CHECK_TYPE` | The check type, i.e. API or BROWSER. |
3939
| `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. |
4141
| `CHECK_RESULT_ID` | The UUID of the result that triggered this message |
4242
| `RESPONSE_TIME` | The reported response time for this result |
4343
| `API_CHECK_RESPONSE_STATUS_CODE` | The response status code, e.g. 200. Only populated for API checks. |

0 commit comments

Comments
 (0)