Skip to content

Commit

Permalink
Merge branch 'main' into SEOlearn
Browse files Browse the repository at this point in the history
  • Loading branch information
tnolet authored Jan 6, 2025
2 parents 6774427 + d426bd7 commit e56c3e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/content/docs/alerting-and-retries/webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit e56c3e0

Please sign in to comment.