Skip to main content

eventToEmailConfigUpdate

Updates an existing EventToEmailConfig entity

eventToEmailConfigUpdate(
id: String!
input: EventToEmailConfigUpdateInput!
): EventToEmailConfig!

Arguments

eventToEmailConfigUpdate.id ● String! non-null scalar

The ID of the event, uuid v7 format

eventToEmailConfigUpdate.input ● EventToEmailConfigUpdateInput! non-null input

Updated EventToEmailConfig entity

Type

EventToEmailConfig object

The configuration for sending an email based on a template when an event gets triggered which has the emailTemplateId as a field to identify the template to use