emailTemplateCreate
Create a new email template for messaging campaigns.
Establishes a new email template with content, localization, recipients, and configuration for automated email communications and marketing campaigns.
Possible errors:
- TEMPLATE_CREATE_ERROR: Failed to create template due to system issues
- HANDLEBARS_PRECOMPILE_ERROR: Template precompilation failed due to syntax errorsAUTH: Role=[configuration.OWNER]
emailTemplateCreate(
input: EmailTemplateCreateInput!
): EmailTemplate!
Arguments
emailTemplateCreate.input
● EmailTemplateCreateInput!
non-null input
Email template creation data.
Complete configuration for creating a new email template including content, localization, recipients, sender information, and integration settings.
Type
EmailTemplate
object
Email template for automated messaging and communication campaigns.
Defines the structure, content, and configuration for email messages including localized content, recipients, attachments, and dynamic data integration. Used for transactional emails, marketing campaigns, and system notifications.