Skip to main content

EmailTemplate

Represents an email template.

type EmailTemplate implements Node {
id: ID!
title: String!
subject: String!
senderEmailAddress: String
content: String
defaultContent: String
renderedContent: String
description: String
isCustom: Boolean!
isActive: Boolean!
isEditable: Boolean!
createdAt: DateTime!
updatedAt: DateTime!
recipientType: RecipientTypeEnum!
eventType: EventTypeEnum!
}

Fields

EmailTemplate.id ● ID! non-null scalar

The ID of the object

EmailTemplate.title ● String! non-null scalar

EmailTemplate.subject ● String! non-null scalar

EmailTemplate.senderEmailAddress ● String scalar

EmailTemplate.content ● String scalar

EmailTemplate.defaultContent ● String scalar

EmailTemplate.renderedContent ● String scalar

EmailTemplate.description ● String scalar

EmailTemplate.isCustom ● Boolean! non-null scalar

EmailTemplate.isActive ● Boolean! non-null scalar

EmailTemplate.isEditable ● Boolean! non-null scalar

EmailTemplate.createdAt ● DateTime! non-null scalar

EmailTemplate.updatedAt ● DateTime! non-null scalar

EmailTemplate.recipientType ● RecipientTypeEnum! non-null enum

The recipient type of the email template

EmailTemplate.eventType ● EventTypeEnum! non-null enum

The event type associated with the email template

Interfaces

Node interface

An object with an ID

Returned By

emailTemplate query

Member Of

EmailTemplateCountableEdge object ● EmailTemplateUpdate object

Was this page helpful?