{{define "subject"}}Welcome to Greenlight!{{end}} {{define "plainBody"}} Hi, Thanks for signing up for a Greenlight account. We're excited to have you on board! For future reference, your user ID number is {{.userID}}. Please send a request to the `PUT /v1/users/activated` endpoint 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,

Thanks for signing up for a Greenlight account. We're excited to have you on board!

For future reference, your user ID number is {{.userID}}.

Please send a request to the PUT /v1/users/activated endpoint 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}}