{% extends "email/base.html" %} {% block title %}Webhook paused | {{ site_name }}{% endblock %} {% block hero %} {% include "email/partials/_hero.html" with hero_variant="error" hero_title="Webhook Paused" hero_subtitle="Repeated health checks failed. Delivery is on hold." hero_icon="cancel.png" %} {% endblock %} {% block content %}

Hi {{ first_name }},

A webhook endpoint for {{ org_name }} failed repeated health checks and was paused automatically. Events are still recorded and will send again once the endpoint is verified.

{% include "email/partials/_detail_row.html" with pill_label="ORGANISATION" pill_value=org_name pill_variant="primary" pill_radius="top" %} {% include "email/partials/_detail_row.html" with pill_label="ENDPOINT" pill_value=webhook_url pill_href=webhook_url pill_variant="gray" %} {% include "email/partials/_detail_row.html" with pill_label="RESULT" pill_value=failure_reason pill_variant="gray" %} {% include "email/partials/_detail_row.html" with pill_label="STATUS" pill_value="Paused" pill_variant="error" pill_border="none" %} {% include "email/partials/_detail_row.html" with pill_footer="When your server is ready: confirm the URL, run Send test, then re-enable delivery." pill_border="top" pill_radius="bottom" %}
{% include "email/partials/_cta.html" with cta_url=webhook_detail_url cta_label="Open Webhook Settings" %} {% endblock %}