# SibApiV3Sdk::GetSmtpTemplateOverview ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | ID of the template | **name** | **String** | Name of the template | **subject** | **String** | Subject of the template | **is_active** | **BOOLEAN** | Status of template (true=active, false=inactive) | **test_sent** | **BOOLEAN** | Status of test sending for the template (true=test email has been sent, false=test email has not been sent) | **sender** | [**GetSmtpTemplateOverviewSender**](GetSmtpTemplateOverviewSender.md) | | [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** | **String** | Creation date of the template (YYYY-MM-DD HH:mm:ss) | **modified_at** | **String** | Last modification date of the template (YYYY-MM-DD HH:mm:ss) |