-
-
Notifications
You must be signed in to change notification settings - Fork 727
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: plain text productivity report (#8589)
- Loading branch information
Showing
2 changed files
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 14 additions & 5 deletions
19
src/mailtemplates/productivity-report/productivity-report.plain.mustache
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,19 @@ | ||
Subject: Unleash productivity report | ||
Subject: Unleash Productivity Report | ||
|
||
Hello, | ||
Hi {{userName}}, | ||
|
||
Productivity report | ||
{{! FIXME: create plaintext template }} | ||
We are excited to share the latest insights for your instance. As always if you | ||
have any questions or concerns let us know - we are here for you. | ||
|
||
Your instance health: {{health}} | ||
|
||
Flags created last month: {{flagsCreated}} | ||
|
||
Production updates last month: {{productionUpdates}} | ||
|
||
Go to your Insights to learn more: {{unleashUrl}}/insights | ||
|
||
This email was sent to {{userEmail}}. You’ve received this as you are a user of Unleash. | ||
{{#unsubscribeUrl}} | ||
If you wish to unsubscribe from updated, open {{unsubscribeUrl}}. | ||
If you wish to unsubscribe, click <a href="{{unsubscribeUrl}}">here</a>. | ||
{{/unsubscribeUrl}} |