Skip to main content

EmailTemplateAttachment

email-template-attachment

type EmailTemplateAttachment implements Node {
id: ID!
name: String!
contents: String
type: EmailTemplateAttachmentTypeEnum!
data: GQLTUpload!
createdAt: GQLTDate!
updatedAt: GQLTDate!
emailTemplateId: ID
emailTemplate: EmailTemplate
}

Fields#

id (ID!)#

The ID of an object

name (String!)#

define the name of the email template

contents (String)#

is a JSON type that contains all the information of the email template

type (EmailTemplateAttachmentTypeEnum!)#

defines the type of the email template

data (GQLTUpload!)#

createdAt (GQLTDate!)#

updatedAt (GQLTDate!)#

emailTemplateId (ID)#

The ID of an object

emailTemplate (EmailTemplate)#

Shows the associated email template to the template attachment

Interfaces#

Node#

An object with an ID