{{define "subject"}}Activate your Greenlight account{{end}} {{define "plainBody"}} Hi, Please send a `PUT /v1/users/activated` request with the following JSON body to activate your account: {"token": "{{.activationToken}}"} Please note that this is a one-time use token and it will expire in 3 days. Thanks, The Greenlight Team {{end}} {{define "htmlBody"}}
Hi,
Please send a PUT /v1/users/activated request with the following JSON body to activate your account:
{"token": "{{.activationToken}}"}
Please note that this is a one-time use token and it will expire in 3 days.
Thanks,
The Greenlight Team
{{end}}