Email Template, Set/Reset Password Link

Hello,

I am setting up the automated user.created email template in the dashboard. In the body I would like to provide a link they can follow to set their password (or technically reset) much like the email someone gets when they are made a “Team” account.

What is the data placeholder {{ }} for this link? I tried {{resetPasswordRelativeLink}} as shown in the “Sample Placeholders” at the bottom of the window but nothing appeared in the email at that spot.

Thanks for your help,
Mark

Hi Mark,

You will typically use the following in your email template body:

<a href="https://YOUR_COMPANY_ID.cryptlex.app{{resetPasswordRelativeLink}}">
Click to set the password!
</a>

That worked perfectly, thank you very much!