NotificationEmailDestinationInput
NotificationEmailDestinationInput is the input structure to set email integration type configs
input NotificationEmailDestinationInput {
primary: NotificationEmailRecipientsListsInput
cc: NotificationEmailRecipientsListsInput
bcc: NotificationEmailRecipientsListsInput
}
Fields
NotificationEmailDestinationInput.primary ● NotificationEmailRecipientsListsInput input
NotificationEmailDestinationInput.cc ● NotificationEmailRecipientsListsInput input
NotificationEmailDestinationInput.bcc ● NotificationEmailRecipientsListsInput input
Member Of
createNotificationRouter mutation ● UpdateNotificationRouterConfigurationInput input