getEmailTemplateSet(type: EmailTemplateType): Promise<{ subject: string | null; html: string | null; text: string | null; }>
Get all 3 parts of a custom email template (subject, html, text). Nulls mean "use default".
type: EmailTemplateType