Skip to main content

SurveyEmailTemplate

No description

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

Fields

SurveyEmailTemplate.availableVariables ● [EmailTemplateVariable] list object

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

SurveyEmailTemplate.defaultCss ● String scalar

Default CSS styling for email templates

SurveyEmailTemplate.html ● String scalar

HTML content of the email template

SurveyEmailTemplate.id ● Int! non-null scalar

ID of the email template

SurveyEmailTemplate.language ● String scalar

Language code of the email template

SurveyEmailTemplate.status ● EmailTemplateStatus enum

Status of the email template

SurveyEmailTemplate.subject ● String scalar

Subject of the email template

SurveyEmailTemplate.subscribable ● Boolean scalar

Whether the email template is subscribable

SurveyEmailTemplate.text ● String scalar

Text content of the email template

SurveyEmailTemplate.usage ● EmailTemplateUsage enum

Usage type of the email template

Member Of

Survey object ● SurveyEmailTemplateCreate object ● SurveyEmailTemplateUpdate object