Interface: EmailTemplateCreateInput
Defined in: type/EmailTemplateCreateInput.ts:8
Input object for EmailTemplateCreateInput
Properties
bccs?
optionalbccs?:EmailContactInput[]
Defined in: type/EmailTemplateCreateInput.ts:26
BCC EmailContacts for the email
ccs?
optionalccs?:EmailContactInput[]
Defined in: type/EmailTemplateCreateInput.ts:24
CC EmailContacts for the email
contents
contents:
LocalizedTemplateContentInput[]
Defined in: type/EmailTemplateCreateInput.ts:10
Uploaded handlebars template content, per given language
customQuery?
optionalcustomQuery?:string
Defined in: type/EmailTemplateCreateInput.ts:14
GraphQL query to be executed before rendering the template to fetch additional data not in the original event payload.
from
from:
EmailSenderInput
Defined in: type/EmailTemplateCreateInput.ts:20
From EmailContact for the email
names
names:
LocalizedStringInput[]
Defined in: type/EmailTemplateCreateInput.ts:12
The name of the template per given language
queryVariables?
optionalqueryVariables?:string
Defined in: type/EmailTemplateCreateInput.ts:16
Variables that are use in the custom query, can use handlebars variables. Has to be a valid JSON string after rendering
subjects
subjects:
LocalizedStringInput[]
Defined in: type/EmailTemplateCreateInput.ts:18
Subject for the email per given language, supports handlebars variables
tos?
optionaltos?:EmailContactInput[]
Defined in: type/EmailTemplateCreateInput.ts:22
To EmailContacts for the email