{% extends "emails/base.html.twig" %} {% set email_color = '#f9f9f9' %} {% set title = 'Connector Validation Failed' %} {% block content %}

Hello,
We would like to inform you that an authentication error occurred during the weekly validation of the following connector:
Connector ID: {{ connector.token }}
Connector Provider: {{ connector.provider }}

This issue indicates that the login credentials provided for the connector could not be validated. As a result, we were unable to verify the connector's validity.

Here are some possible causes:



To resolve this issue, please verify the login credentials associated with the connector and update them if necessary.

Thank you for your attention,
Best regards

{% endblock %}