NotificationConfig
NotificationConfig =
object
Defined in: sdks/js/node-sdk/src/Notifications.ts:17
Notification delivery and conversation rules.
Properties
Section titled “Properties”channel
Section titled “channel”channel:
NotificationChannel
Defined in: sdks/js/node-sdk/src/Notifications.ts:18
consentStates?
Section titled “consentStates?”
optionalconsentStates?:ConsentState[]
Defined in: sdks/js/node-sdk/src/Notifications.ts:20
Defaults to Allowed. An empty list selects no consent states.
includeCommits?
Section titled “includeCommits?”
optionalincludeCommits?:boolean
Defined in: sdks/js/node-sdk/src/Notifications.ts:26
Defaults to false.
includeSyncGroups?
Section titled “includeSyncGroups?”
optionalincludeSyncGroups?:boolean
Defined in: sdks/js/node-sdk/src/Notifications.ts:24
Defaults to false.
includeWelcomes?
Section titled “includeWelcomes?”
optionalincludeWelcomes?:boolean
Defined in: sdks/js/node-sdk/src/Notifications.ts:22
Defaults to true.

