| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique template identifier with template_ prefix | [optional] |
| name | String | Name of the template | [optional] |
| subject | String | Email subject line (if applicable) | [optional] |
| htmlCode | String | HTML content of the template | [optional] |
| templateCode | String | Template code for visual editors (JSON structure) | [optional] |
| type | Integer | Template type. Values: - `0` - Email template - `1` - Other types | [optional] |
| thumbnail | String | URL to template thumbnail image | [optional] |
| editorType | EditorTypeEnum | Editor type used to create the template. Values: - `0` - PlainText - `1` - DragDrop - `2` - SendxEditor | [optional] |
| created | OffsetDateTime | Template creation timestamp | [optional] |
| updated | OffsetDateTime | Template last update timestamp | [optional] |
| Name | Value |
|---|---|
| NUMBER_0 | 0 |
| NUMBER_1 | 1 |
| NUMBER_2 | 2 |