TemplateType
Classification of template functionality and output format.
Determines the template's purpose and processing workflow, enabling appropriate rendering engines and output generation for different communication and documentation needs.
enum TemplateType {
  EMAIL
  DOCUMENT
}
Values
TemplateType.EMAIL
Email template for message delivery via email systems.
Supports HTML content, dynamic data substitution, recipient management, attachments, and integration with email delivery services for comprehensive email communications.