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

channelSetting

Represents settings for a single notification channel.

Examples

type ChannelSetting {
  enabled: Boolean!
  recipients: RecipientObject
  defaultEmailRoleNames: [String!]
  channels: [String!]
  channelList: [Channel!]
  unsubscribed: [RecipientMember!]
  suppressedExposureStates: [ExposureNotificationBucket!]
}

Fields

Field
Description
Supported fields

enabled Boolean!

Whether this channel is enabled

recipients RecipientObject

Recipient configuration

users [RecipientMember!]! roles [String!]!

defaultEmailRoleNames [String!]

Default email role names

channels [String!]

Notification channel ids

channelList [Channel!]

List of channel objects

id String! name String profile UserProfile is_private Boolean display String description String isAdded Boolean

unsubscribed [RecipientMember!]

Unsubscribed members

user_id String! name String! email String!

suppressedExposureStates [ExposureNotificationBucket!]

Incident exposure buckets suppressed for this channel

References

Fields with this object:

Last updated