EmailTemplateUpdateInput
Input type for email template update.
input EmailTemplateUpdateInput {
content: String
subject: String
senderEmailAddress: String
isCustom: Boolean
}
Fields
EmailTemplateUpdateInput.content ● String scalar
The content of the email template.
EmailTemplateUpdateInput.subject ● String scalar
The subject of the email template.
EmailTemplateUpdateInput.senderEmailAddress ● String scalar
The content of the email template.
EmailTemplateUpdateInput.isCustom ● Boolean scalar
Determine if the email template is custom.
Member Of
emailTemplateUpdate mutation