diff --git a/src/sentry/templates/sentry/emails/member-invite.html b/src/sentry/templates/sentry/emails/member-invite.html index b85fd763523a1f..429ffd18c633ab 100644 --- a/src/sentry/templates/sentry/emails/member-invite.html +++ b/src/sentry/templates/sentry/emails/member-invite.html @@ -4,14 +4,22 @@ {% load sentry_helpers %} {% block main %} -

You've been invited to Sentry

-

Your teammates at {{ organization.name|sanitize_periods }} are using Sentry to track and debug software errors.

+

He there,

+

Your teammates at {{ organization.name }} are using Sentry to catch errors, improve latency issues, and keep their (and maybe your) code from catching fire. 🔥

-

Join your team

+

Looks like they need your help. You've been invited to join them:

-

Check out the Sentry website if you'd like to learn more before diving in.

-
Do not share this invite email or link. This invite is unique to you. Sharing may result in unauthorized access.
+

👉 Accept your invite

+ +
Heads up: this invite link is just for you. Don't share it unless you want random strangers fixing your bugs.
+ +

Oh, and meet Seer, your new AI debugging agent. It'll automatically pinpoint root causes, suggest fixes, and even predict bugs before they land in prod.

+ +

+ Welcome to the club.
+ - The Sentry Team +

{% endblock %} {% block footer %} diff --git a/src/sentry/templates/sentry/emails/member-invite.txt b/src/sentry/templates/sentry/emails/member-invite.txt index f20576375e5a29..cd8caf9c70bff3 100644 --- a/src/sentry/templates/sentry/emails/member-invite.txt +++ b/src/sentry/templates/sentry/emails/member-invite.txt @@ -1,11 +1,14 @@ -You've been invited to Sentry +Hey there, -Your teammates at {{ organization.name }} are using Sentry to track and debug software errors. +Your teammates at {{ organization.name }} are using Sentry to catch errors, crush latency issues, and keep their (and maybe your) code from catching fire. -Join your team by visiting the following url: +Looks like they need your help. You've been invited to join them: - {{ url }} +{{ url }} -Do not share this invite email or link. This invite is unique to you. Sharing may result in unauthorized access. +Heads up: this invite link is just for you. Don’t share it unless you want random strangers fixing your bugs. -Check out the Sentry website (https://sentry.io) if you'd like to learn more before diving in. +Oh, and don't forget to try Seer, your new AI debugging agent. It’ll automatically pinpoint root causes, suggest fixes, and even predict bugs before they land in prod. + +Welcome to the club. +- The Sentry Team