{% 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.