{{define "subject"}}Activate your Gardomatic account{{end}} {{define "plainBody"}} Hi, {{if .activationURL}}Activate your account using this link: {{.activationURL}} Alternatively, enter this activation token on the activation page: {{.activationToken}} {{else}}Please send a `PUT /v1/users/activated` request 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,

{{if .activationURL}}

Activate your Gardomatic account

Alternatively, enter this activation token on the activation page:

{{.activationToken}}
{{else}}

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