Documentation Index

Fetch the complete documentation index at: https://resources.realtheory.io/llms.txt

Use this file to discover all available pages before exploring further.

Viewing Webhook Delivery Status

Prev Next

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

  1. Navigate to Settings > Webhooks.

  2. In the Configured Webhooks table, click the value in the 7 Day Status column for the webhook you want to inspect.

  3. 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_raised or high_alert_raised.
    • Timestamp — the date and time of the delivery attempt.
  4. Click Close to dismiss the view.

See Also
Configuring a Webhook
How To: Process a System Alert WebHook