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

notificationSettingItem

Represents a single notification setting entry.

Examples

type NotificationSettingItem {
  type: NotificationSettingsType!
  enabled: Boolean!
  channels: NotificationChannelSetting
}

Fields

Field
Description
Supported fields

Type of notification setting

enabled Boolean!

Whether this notification type is enabled

Channel-specific settings

References

Fields with this object:

Last updated