Skip to main content

EventToEmailConfigUpdateInput

No description

input EventToEmailConfigUpdateInput {
names: [LocalizedStringInput!]
trigger: EventTrigger
code: String
emailTemplateId: String!
}

Fields

EventToEmailConfigUpdateInput.names ● [LocalizedStringInput!] list input

The display names for the event per language

EventToEmailConfigUpdateInput.trigger ● EventTrigger enum

The event to trigger the action defined in the event action config

EventToEmailConfigUpdateInput.code ● String scalar

The event code to use when the trigger is [CUSTOM_EVENT]

EventToEmailConfigUpdateInput.emailTemplateId ● String! non-null scalar

The ID of the email template to use

Member Of

eventToEmailConfigUpdate mutation