EmailTemplate
Represents email templates used to define the subject, body, recipients, sender settings, and logo options for automated email communications.
Columns
| Name | Type | ReadOnly | Description |
| auditCreatedBy | String | True |
The user who created the email template. |
| auditCreatedDateTime | Datetime | True |
The date and time when the email template was created. |
| auditModifiedBy | String | True |
The user who last modified the email template. |
| auditModifiedDateTime | Datetime | True |
The date and time when the email template was last modified. |
| body | String | False |
The body content of the email template. |
| budgetVarianceNotificationNotificationType | String | False |
The notification type used for budget variance notifications on this email template. |
| budgetVarianceNotificationRecipients | String | False |
The recipients for budget variance notifications on this email template. |
| combineAttachmentsToZip | String | False |
The setting that controls whether attachments are combined into a ZIP file before sending. |
| description | String | False |
The description of the email template. |
| href | String | True |
The URL of the email template resource. |
| id | String | True |
The unique identifier of the email template. |
| includeProjectInvoiceTxnAttachments | Bool | False |
Indicates whether project invoice transaction attachments are included when sending emails using this template. |
| includeTxnAttachments | Bool | False |
Indicates whether transaction attachments are included when sending emails using this template. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the email template record. |
| logoHorizontalPosition | String | False |
The horizontal position of the logo in the email template. |
| logoIsLogoIncluded | Bool | False |
Indicates whether a logo is included in the email template. |
| logoVerticalPosition | String | False |
The vertical position of the logo in the email template. |
| name | String | False |
The name of the email template. |
| recipientsBcc | String | False |
The BCC recipients for emails sent using this template. |
| recipientsCc | String | False |
The CC recipients for emails sent using this template. |
| recipientsTo | String | False |
The primary recipients for emails sent using this template. |
| senderReplyTo | String | False |
The reply-to email address for emails sent using this template. |
| senderSenderName | String | False |
The sender display name for emails sent using this template. |
| status | String | False |
The current status of the email template, such as active or inactive. |
| subject | String | False |
The subject line of the email template. |
| templateType | String | False |
The type of this email template, such as invoice or statement. |
| useSendersPreferredDateFormat | Bool | False |
Indicates whether the sender's preferred date format is used in emails sent from this template. |