Add onboarding survey link to the onboarding email.

GitOrigin-RevId: 7a6b971a2caab68ebb127ea26d3209e302ef877b
This commit is contained in:
Paulo Reis 2020-10-05 15:57:13 +01:00 committed by Copybot
parent 8eab5a5f6f
commit 6f56ca7a31

View file

@ -430,6 +430,11 @@ templates.userOnboardingEmail = NoCTAEmailTemplate({
`${settings.siteUrl}/user/settings`,
isPlainText
)
const onboardingSurveyLink = EmailMessageHelper.displayLink(
'onboarding survey',
'https://forms.gle/DB7pdk2B1VFQqVVB9',
isPlainText
)
return [
`Thanks for signing up for ${
settings.appName
@ -437,7 +442,7 @@ templates.userOnboardingEmail = NoCTAEmailTemplate({
`${learnLatexLink}: In this tutorial we provide a quick and easy first introduction to LaTeX with no prior knowledge required. By the time you are finished, you will have written your first LaTeX document!`,
`${templatesLinks}: If you're looking for a template or example to get started, we've a large selection available in our template gallery, including CVs, project reports, journal articles and more.`,
`${collaboratorsLink}: One of the key features of Overleaf is the ability to share projects and collaborate on them with other users. Find out how to share your projecs with your colleagues in this quick how-to guide.`,
`If you have any questions, please let us know, and thanks again for using Overleaf.`,
`If you want to share your feedback as a new Overleaf user, please fill in our ${onboardingSurveyLink}.`,
`John`,
`Dr John Hammersley <br />Co-founder & CEO <br />${siteLink}<hr>`,
`Don't want onboarding emails like this from us? Don't worry, this is the only one. If you've previously subscribed to emails about product offers and company news and events, you can unsubscribe ${userSettingsLink}.`