{% extends "email/base.html" %} {% load posthog_assets %} {% load posthog_filters %} {% block heading %}{{ requester_name }} requested the {{ integration_name }} integration{% endblock %} {% block section %}

{{ requester_name }} ({{ requester_email }}) wants the {{ integration_name }} integration connected for {{ team_name }}. Connecting integrations requires admin access, so they're asking you to set it up.

{% if reason %}

Why they need it

{{ reason }}

{% endif %}
Connect {{ integration_name }}

If the button above doesn't work, paste this link into your browser:
{{ connect_url }}

{% endblock %}