|
|
|
@ -115,7 +115,7 @@ const TemplateMetadata = { |
|
|
|
{ |
|
|
|
name: "Password recovery", |
|
|
|
description: |
|
|
|
"When a user requests a password reset, this template will be used.", |
|
|
|
"When a user requests a password reset they will receive an email built with this template.", |
|
|
|
category: "user management", |
|
|
|
purpose: EmailTemplatePurpose.PASSWORD_RECOVERY, |
|
|
|
bindings: [ |
|
|
|
@ -134,7 +134,7 @@ const TemplateMetadata = { |
|
|
|
{ |
|
|
|
name: "User welcome", |
|
|
|
description: |
|
|
|
"When a new user is added to the system, the welcome email will use this template.", |
|
|
|
"When a new user is added they will be sent a welcome email using this template.", |
|
|
|
category: "user management", |
|
|
|
purpose: EmailTemplatePurpose.WELCOME, |
|
|
|
bindings: [], |
|
|
|
@ -142,7 +142,7 @@ const TemplateMetadata = { |
|
|
|
{ |
|
|
|
name: "User invitation", |
|
|
|
description: |
|
|
|
"When using the email invitation system, this template will be used.", |
|
|
|
"When inviting a user via the email on-boarding this template will be used.", |
|
|
|
category: "user management", |
|
|
|
purpose: EmailTemplatePurpose.INVITATION, |
|
|
|
bindings: [ |
|
|
|
@ -161,7 +161,7 @@ const TemplateMetadata = { |
|
|
|
{ |
|
|
|
name: "Custom", |
|
|
|
description: |
|
|
|
"A custom format, this is currently used for SMTP email actions in automations.", |
|
|
|
"A custom template, this is currently used for SMTP email actions in automations.", |
|
|
|
category: "automations", |
|
|
|
purpose: EmailTemplatePurpose.CUSTOM, |
|
|
|
bindings: [ |
|
|
|
|