For the complete documentation index, see llms.txt. This page is also available as Markdown.

notificationChannelSetting

Represents notification channel settings for email, slack and banner.

Examples

type NotificationChannelSetting {
  email: ChannelSetting
  slack: ChannelSetting
  banner: ChannelSetting
}

Fields

Field
Description
Supported fields

Email channel settings

enabled Boolean! recipients RecipientObject defaultEmailRoleNames [String!] channels [String!] channelList [Channel!] unsubscribed [RecipientMember!] suppressedExposureStates [ExposureNotificationBucket!]

Slack channel settings

enabled Boolean! recipients RecipientObject defaultEmailRoleNames [String!] channels [String!] channelList [Channel!] unsubscribed [RecipientMember!] suppressedExposureStates [ExposureNotificationBucket!]

In-app banner channel settings

enabled Boolean! recipients RecipientObject defaultEmailRoleNames [String!] channels [String!] channelList [Channel!] unsubscribed [RecipientMember!] suppressedExposureStates [ExposureNotificationBucket!]

References

Fields with this object:

Last updated