Deliveries In Window
{{ total_recent }}
{% extends "admin/base.html" %} {% block title %}Webhooks - Admin - {{ site_name() }}{% endblock %} {% block admin_content %}
Deliveries are outbound webhook calls. Attempts are individual HTTP tries for a delivery. Live Updated {{ updated_at }}
Window is based on delivery creation time.
Retrying or dead deliveries grouped by receiver domain.
| Domain | Deliveries |
|---|---|
{{ domain }} |
{{ count }} |
No retrying or dead deliveries in this window.
Hourly/daily buckets for retrying and dead deliveries.
| Bucket | Domain | Deliveries |
|---|---|---|
| {{ row.bucket }} | {{ row.domain }} |
{{ row.failures }} |
No failure buckets in this window.
One row per HTTP try. Multiple attempts can belong to the same delivery.
| Attempt | Delivery | Finished | Profile | Event | HTTP | Outcome | Duration | Error / Preview |
|---|---|---|---|---|---|---|---|---|
{{ attempt.short_id }} #{{ attempt.attempt_number }} |
{{ attempt.delivery_short_id }}
|
{{ attempt.finished_at }} | {{ attempt.profile }} | {{ attempt.event_type }} | {{ attempt.status_code or "none" }} | {{ attempt.outcome }} | {{ "%.3f"|format(attempt.duration_seconds or 0) }}s | {{ attempt.error or attempt.response_body_preview or "none" }} |
No attempts recorded in this window.