Interface: EmailTemplateUpdateInput
Defined in: type/EmailTemplateUpdateInput.ts:8
Input object for EmailTemplateUpdateInput
Properties
bccs?
optionalbccs?:EmailContactInput[]
Defined in: type/EmailTemplateUpdateInput.ts:26
BCC EmailContacts for the email
ccs?
optionalccs?:EmailContactInput[]
Defined in: type/EmailTemplateUpdateInput.ts:24
CC EmailContacts for the email
contents?
optionalcontents?:LocalizedTemplateContentInput[]
Defined in: type/EmailTemplateUpdateInput.ts:12
Uploaded handlebars template content, per given language
customQuery?
optionalcustomQuery?: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?
optionalfrom?:EmailSenderInput
Defined in: type/EmailTemplateUpdateInput.ts:20
From EmailContact for the email
names?
optionalnames?:LocalizedStringInput[]
Defined in: type/EmailTemplateUpdateInput.ts:10
The name of the template per given language
queryVariables?
optionalqueryVariables?: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?
optionalsubjects?:LocalizedStringInput[]
Defined in: type/EmailTemplateUpdateInput.ts:18
Subject for the email per given language, supports handlebars variables
tos?
optionaltos?:EmailContactInput[]
Defined in: type/EmailTemplateUpdateInput.ts:22
To EmailContacts for the email