SystemEmailTemplate
Contains predefined email templates used for automated system notifications and communications.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | A unique numeric identifier for the template or content record within the system. | |
| content | String | The body or main text of the template or content item. | |
| description | String | A brief summary or explanation of the purpose or function of the template. | |
| isautoconverted | Boolean | Specifies whether the template was generated automatically from another source. | |
| isinactive | Boolean | Specifies whether the template is currently inactive or not in use. | |
| isprivate | Boolean | Specifies whether the template is restricted for private or internal use only. | |
| mediaitem | String | The associated media file or reference linked to the template. | |
| name | String | The name or title used to identify the template. | |
| subject | String | The subject line or title associated with the template, often used for emails or documents. |