MailTemplate
Manages predefined email templates used for automated communications and marketing campaigns.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | Unique internal identifier for the email template. | |
| description | String | Brief description of the email template's purpose or content. | |
| isinactive | Boolean | Indicates whether the template is inactive. | |
| isprivate | Boolean | Specifies whether the template is private and restricted to certain users. | |
| mediaitem | String | Associated media item (such as images, attachments) linked to the template. | |
| name | String | Name of the email template. | |
| recordtype | String | Type of record this email template is associated with (such as customer, transaction). | |
| subject | String | Default subject line for emails using this template. |