Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.33 KB

EmailTemplateRead.md

File metadata and controls

20 lines (15 loc) · 1.33 KB

EmailTemplateRead

Properties

Name Type Description Notes
template_type models::EmailTemplateType The type of the email template, can be either 'approval_flows' or 'user_management'
id uuid::Uuid Unique id of the EmailTemplate
organization_id uuid::Uuid Unique id of the organization that the EmailTemplate belongs to.
project_id uuid::Uuid Unique id of the project that the EmailTemplate belongs to.
environment_id uuid::Uuid Unique id of the environment that the EmailTemplate belongs to.
from_address String The from address the mails will be sent from
redirect_to String The redirect url the user will be redirected to after clicking the link in the email
url_ttl String The time to live of the url in the email, in seconds
subject String The subject of the email template
messages Vecmodels::EmailTemplateMessage The messages of the email template

[Back to Model list] [Back to API list] [Back to README]