Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add CHECK_ERROR_MESSAGE info to table #1161

Merged
merged 2 commits into from
Jan 6, 2025
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
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
Loading