Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 1.65 KB

GetSmtpTemplateOverview.md

File metadata and controls

21 lines (18 loc) · 1.65 KB

GetSmtpTemplateOverview

Properties

Name Type Description Notes
Id int64 ID of the template [default to null]
Name string Name of the template [default to null]
Subject string Subject of the template [default to null]
IsActive bool Status of template (true=active, false=inactive) [default to null]
TestSent bool Status of test sending for the template (true=test email has been sent, false=test email has not been sent) [default to null]
Sender *GetSmtpTemplateOverviewSender [default to null]
ReplyTo string Email defined as the "Reply to" for the template [default to null]
ToField string Customisation of the "to" field for the template [default to null]
Tag string Tag of the template [default to null]
HtmlContent string HTML content of the template [default to null]
CreatedAt string Creation UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ) [default to null]
ModifiedAt string Last modification UTC date-time of the template (YYYY-MM-DDTHH:mm:ss.SSSZ) [default to null]
DoiTemplate 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] [default to null]

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