{{define "subject"}}Welcome to Gardomatic!{{end}} {{define "plainBody"}} Hi, Thanks for signing up for a Gardomatic account. We're excited to have you on board! For future reference, your user ID number is {{.userID}}. {{if .activationURL}}Activate your account using this link: {{.activationURL}} Alternatively, enter this activation token on the activation page: {{.activationToken}} {{else}}Please send a request to the `PUT /v1/users/activated` endpoint with the following JSON body to activate your account: {"token": "{{.activationToken}}"} {{end}} Please note that this is a one-time use token and it will expire in 3 days. Thanks, The Gardomatic Team {{end}} {{define "htmlBody"}}

Hi,

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

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

{{if .activationURL}}

Activate your Gardomatic account

Alternatively, enter this activation token on the activation page:

{{.activationToken}}
{{else}}

Please send a request to the PUT /v1/users/activated endpoint with the following JSON body to activate your account:


    {"token": "{{.activationToken}}"}
    
{{end}}

Please note that this is a one-time use token and it will expire in 3 days.

Thanks,

The Gardomatic Team

{{end}}