{% extends "billing/base_billing.html" %} {% block title %}{{ platform }} integration error — {{ connection_name }}{% endblock %} {% block preheader %}Your {{ platform }} connection "{{ connection_name }}" has been failing for over an hour.{% endblock %} {% block txid %}◦ INTEGRATION / ERROR{% endblock %} {% block content %} Integration Down

{{ platform }} integration error

Your {{ platform }} connection {{ connection_name }} has been in an error state for over an hour. Events may be dropping or arriving late.

Error· {{ platform }}

{{ error_message }}

Check the connection settings, re-authenticate if the credentials expired, and re-run a test event.

{% include "billing/_button.html" with url="https://app.futureagi.com/dashboard/settings/integrations" text="Fix connection" variant="danger" %}
{% endblock %}