Back to Sentry

Organization Integration

src/sentry/templates/sentry/emails/requests/organization-integration.html

26.7.21.0 KB
Original Source

{% extends "sentry/emails/base.html" %} {% load i18n %} {% load sentry_helpers %} {% block main %}

Seems like your team could use some new tools. {{ requester_name|sanitize_periods }} from {{ organization_name|sanitize_periods }} requested the installation of {{ integration_name|sanitize_periods }}. {% if message %} They've included some additional context:

{{ message|sanitize_periods }}

{% endif %}

Install {{ integration_name|sanitize_periods }}

If you're not up for installation, you can change {{ requester_name|sanitize_periods }}'s role to organization owner, manager, or admin. You can learn more about the wonderful world of permissions in our docs.

Let’s get integrated.

You are receiving this email because you’re listed as an organization Owner or Manager. Requests to join your organization can be disabled in Organization Settings.

{% endblock %}