Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.31 KB

GetSmtpTemplateOverview.md

File metadata and controls

21 lines (17 loc) · 1.31 KB

GetSmtpTemplateOverview

Properties

Name Type Description Notes
id int ID of the template
name string Name of the template
subject string Subject of the template
is_active bool Status of template (true=active, false=inactive)
test_sent bool Status of test sending for the template (true=test email has been sent, false=test email has not been sent)
sender \Swagger\Client\Model\GetSmtpTemplateOverviewSender [optional]
reply_to string Email defined as the "Reply to" for the template
to_field string Customisation of the "to" field for the template
tag string Tag of the template
html_content string HTML content of the template
created_at \DateTime Creation UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ)
modified_at \DateTime Last modification UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ)

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