Skip to main content

NotificationEmailDestination

NotificationEmailDestination represents the configuration options for email destination integration type

type NotificationEmailDestination {
users: [UUID!]
roles: [String!]
externalEmails: [String!]
primary: NotificationEmailRecipientsLists
cc: NotificationEmailRecipientsLists
bcc: NotificationEmailRecipientsLists
}

Fields

NotificationEmailDestination.users ● [UUID!] list scalar

NotificationEmailDestination.roles ● [String!] list scalar

NotificationEmailDestination.externalEmails ● [String!] list scalar

NotificationEmailDestination.primary ● NotificationEmailRecipientsLists object

NotificationEmailDestination.cc ● NotificationEmailRecipientsLists object

NotificationEmailDestination.bcc ● NotificationEmailRecipientsLists object

Implemented By

NotificationDestinationConfiguration union ● NotificationDestinationInfo union