The 7-day status view shows a log of recent delivery attempts for a specific webhook. Use it to verify that your endpoint is receiving notifications or to troubleshoot delivery failures.
Procedure
-
Navigate to Settings > Webhooks.
-
In the Configured Webhooks table, click the value in the 7 Day Status column for the webhook you want to inspect.
-
In the 7-day status view, review up to 7 days of delivery attempts, starting with the most recent:
- Result — the outcome of the delivery attempt: Success if the request was accepted by your endpoint, or Failed if it was not.
- Response Code — the HTTP response code returned by your endpoint. A 200-range code indicates successful delivery.
- Response Message — any message returned by your endpoint alongside the response code.
- Event — the event type that triggered the delivery attempt, for example,
critical_alert_raisedorhigh_alert_raised. - Timestamp — the date and time of the delivery attempt.
-
Click Close to dismiss the view.
See Also
Configuring a Webhook
How To: Process a System Alert WebHook