Skip to main content

Interface: EmailTemplateUpdateInput

Defined in: type/EmailTemplateUpdateInput.ts:8

Input object for EmailTemplateUpdateInput

Properties

bccs?

optional bccs?: EmailContactInput[]

Defined in: type/EmailTemplateUpdateInput.ts:26

BCC EmailContacts for the email


ccs?

optional ccs?: EmailContactInput[]

Defined in: type/EmailTemplateUpdateInput.ts:24

CC EmailContacts for the email


contents?

optional contents?: LocalizedTemplateContentInput[]

Defined in: type/EmailTemplateUpdateInput.ts:12

Uploaded handlebars template content, per given language


customQuery?

optional customQuery?: string

Defined in: type/EmailTemplateUpdateInput.ts:14

GraphQL query to be executed before rendering the template to fetch additional data not in the original event payload.


from?

optional from?: EmailSenderInput

Defined in: type/EmailTemplateUpdateInput.ts:20

From EmailContact for the email


names?

optional names?: LocalizedStringInput[]

Defined in: type/EmailTemplateUpdateInput.ts:10

The name of the template per given language


queryVariables?

optional queryVariables?: string

Defined in: type/EmailTemplateUpdateInput.ts:16

Variables that are use in the custom query, can use handlebars variables. Has to be a valid JSON string after rendering


subjects?

optional subjects?: LocalizedStringInput[]

Defined in: type/EmailTemplateUpdateInput.ts:18

Subject for the email per given language, supports handlebars variables


tos?

optional tos?: EmailContactInput[]

Defined in: type/EmailTemplateUpdateInput.ts:22

To EmailContacts for the email