The email field information for creating the email template
- Id (string, optional): Email template ID. Guid Id.
- Name (string,* required): Name of the email template.
- IsActive (boolean, optional): Indicates if the template is active.
- IsDeleted (boolean, optional): Indicates if the template is deleted.
- ObjectName (string, optional): DataBase object name.
- TemplateType (string, *required): Type of the email template.
- Body (string, *required): Main body of the email template.
- HtmlValue (string, optional): HTML value of the template.
- Subject (string, *required): Subject line of the email template.
- OwnerId (string, optional): Owner identifier. Guid Id.
- EmailTemplateCategory (LookupObject, *required): Email Template category information.
- AccessType (string, *required): Access type (Private, Public).
- Description (string, optional): Description of the template.
- CustomCodeUrl (string, optional): Custom code URL.
- Tags (array of string, optional): List of tags.
- DefaultForProducts (array of string, optional): Default products.