Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.42 KB

GetSmtpTemplateOverview.md

File metadata and controls

22 lines (18 loc) · 1.42 KB

GetSmtpTemplateOverview

Properties

Name Type Description Notes
id int ID of the template
name str Name of the template
subject str 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 GetSmtpTemplateOverviewSender
reply_to str Email defined as the "Reply to" for the template
to_field str Customisation of the "to" field for the template
tag str Tag of the template
html_content str HTML content of the template
created_at str Creation UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ)
modified_at str Last modification UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ)
doi_template bool It is true if template is a valid Double opt-in (DOI) template, otherwise it is false. This field will be available only in case of single template detail call. [optional]

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