Skip to main content

CompanyEmailTemplate

No description

type CompanyEmailTemplate {
availableVariables: [EmailTemplateVariable]
defaultCss: String
html: String
id: Int!
language: String
status: EmailTemplateStatus
subject: String
subscribable: Boolean
text: String
usage: EmailTemplateUsage
}

Fields​

CompanyEmailTemplate.availableVariables ● [EmailTemplateVariable] list object​

List of available template variables with their default values based on usage type

CompanyEmailTemplate.defaultCss ● String scalar​

Default CSS styling for email templates

CompanyEmailTemplate.html ● String scalar​

HTML content of the email template

CompanyEmailTemplate.id ● Int! non-null scalar​

ID of the email template

CompanyEmailTemplate.language ● String scalar​

Language code of the email template

CompanyEmailTemplate.status ● EmailTemplateStatus enum​

Status of the email template

CompanyEmailTemplate.subject ● String scalar​

Subject of the email template

CompanyEmailTemplate.subscribable ● Boolean scalar​

Whether the email template is subscribable

CompanyEmailTemplate.text ● String scalar​

Text content of the email template

CompanyEmailTemplate.usage ● EmailTemplateUsage enum​

Usage type of the email template

Member Of​

Company object ● CompanyEmailTemplateCreate object ● CompanyEmailTemplateUpdate object