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.
TemplateType.DOCUMENT
Document template for generating printable and downloadable files.
Supports PDF generation, document formatting, dynamic content insertion, and file attachment capabilities for reports, invoices, contracts, and other business documents.
Member Of
TemplateSearchInput
input