{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block preheader %}Failing batch exports are automatically paused{% endblock %} {% block heading %}PostHog batch export {{ name }} has failed{% endblock %} {% block section %}

Your batch export {{ name }} failed with a fatal error at {{ time }}. We really tried to handle this by ourselves but, due to the nature of the error, we could not automatically recover from it and it requires your manual intervention. Please review the batch export for error details:

Go to the batch export

In the logs you may find errors that need to be addressed by you, like invalid credentials, or an unreachable destination. If you can't diagnose the issue or if you think this issue could have been automatically resolved, please contact us.

Failing batch exports are automatically paused by PostHog

{% endblock %} {% block footer %} Need help? Visit support or read our documentation.

Manage these notifications in PostHog {% endblock %}