projects/congarevenuecloud/ecommerce/src/lib/modules/crm/services/email.service.ts
Represents the structure of an email template.
Properties |
AccessType |
AccessType:
|
Type : string
|
The access type of the email template. |
Body |
Body:
|
Type : string
|
The body or content of the email template. |
Description |
Description:
|
Type : string
|
Additional description or information about the email template. |
EmailTemplateCategory |
EmailTemplateCategory:
|
Type : EmailTemplateCategory
|
The category or classification of the email template. |
HtmlValue |
HtmlValue:
|
Type : string
|
The HTML content of the email template. |
Id |
Id:
|
Type : string
|
The unique identifier of the email template. |
Name |
Name:
|
Type : string
|
The name or title of the email template. |
ObjectName |
ObjectName:
|
Type : string
|
The name of the order or quote associated with the email template. |
OwnerId |
OwnerId:
|
Type : string
|
The ID of the owner or creator of the quote/order. |
Subject |
Subject:
|
Type : string
|
The subject of the email template. |
TemplateType |
TemplateType:
|
Type : string
|
String value representing type of the template. |