EmailTemplate (Object)
Represents single email template
type EmailTemplate {
emailTemplateNid: Int!
revision: String!
fromLabel: String
replyTo: String
body: String
subject: String
carbonCopy: String
blindCarbonCopy: String
dataSource: String!
operator: Operator!
mappedDocumentId: String
isAutoReplyToLoggedUser: Boolean!
isHtmlContentType: Boolean!
replyToType: EmailTemplateReplyToType
}
Fields
EmailTemplate.emailTemplateNid ● Int! non-null scalar
EmailTemplate.revision ● String! non-null scalar
EmailTemplate.fromLabel ● String scalar
EmailTemplate.replyTo ● String scalar
EmailTemplate.body ● String scalar
EmailTemplate.subject ● String scalar
EmailTemplate.carbonCopy ● String scalar
EmailTemplate.blindCarbonCopy ● String scalar
EmailTemplate.dataSource ● String! non-null scalar
EmailTemplate.operator ● Operator! non-null object
Requires access to resource GRAPHQL_OPERATOR
EmailTemplate.mappedDocumentId ● String scalar
EmailTemplate.isAutoReplyToLoggedUser ● Boolean! non-null scalar
EmailTemplate.isHtmlContentType ● Boolean! non-null scalar
EmailTemplate.replyToType ● EmailTemplateReplyToType enum
Returned By
emailTemplate.findByDataSource query ● emailTemplate.findByDocumentIds query ● emailTemplate.findForAircraft query
Member Of
ChecklistEmailConfiguration object ● ReportWizardSchedule object