mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +02:00
feat: plain text productivity report (#8589)
This commit is contained in:
parent
8259b9e9f6
commit
83f86baf9e
@ -73,7 +73,7 @@
|
|||||||
<div class="unsubscribe" style="font-size: 12px;color: #888;margin-top: 10px;">
|
<div class="unsubscribe" style="font-size: 12px;color: #888;margin-top: 10px;">
|
||||||
This email was sent to {{userEmail}}. You’ve received this as you are a user of Unleash.<br>
|
This email was sent to {{userEmail}}. You’ve received this as you are a user of Unleash.<br>
|
||||||
{{#unsubscribeUrl}}
|
{{#unsubscribeUrl}}
|
||||||
If you wish to unsubscribe from updated, click <a href="{{unsubscribeUrl}}">here</a>.
|
If you wish to unsubscribe, click <a href="{{unsubscribeUrl}}">here</a>.
|
||||||
{{/unsubscribeUrl}}
|
{{/unsubscribeUrl}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -1,10 +1,19 @@
|
|||||||
Subject: Unleash productivity report
|
Subject: Unleash Productivity Report
|
||||||
|
|
||||||
Hello,
|
Hi {{userName}},
|
||||||
|
|
||||||
Productivity report
|
We are excited to share the latest insights for your instance. As always if you
|
||||||
{{! FIXME: create plaintext template }}
|
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}}
|
{{#unsubscribeUrl}}
|
||||||
If you wish to unsubscribe from updated, open {{unsubscribeUrl}}.
|
If you wish to unsubscribe, click <a href="{{unsubscribeUrl}}">here</a>.
|
||||||
{{/unsubscribeUrl}}
|
{{/unsubscribeUrl}}
|
||||||
|
Loading…
Reference in New Issue
Block a user