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