Skip to main content

NotificationDestination

A destination that notifications will be sent to. This can be a user, a staff position, or a dynamic destination. Only one of these can be present.

type NotificationDestination {
conditions: [NotificationCondition!]
dynamic_destination: NotificationDynamicDestination
id: ID!
source: NotificationSource!
staff_position: StaffPosition
user_con_profile: UserConProfile
}

Fields

NotificationDestination.conditions ● [NotificationCondition!] list object

Conditions that must be met for this destination to be used

NotificationDestination.dynamic_destination ● NotificationDynamicDestination enum

A dynamic destination that will be used to determine the actual destination

NotificationDestination.id ● ID! non-null scalar

The ID of the notification destination

NotificationDestination.source ● NotificationSource! non-null union

The object that will send the notification

NotificationDestination.staff_position ● StaffPosition object

The staff position that will receive the notification

NotificationDestination.user_con_profile ● UserConProfile object

The user profile that will receive the notification

Member Of

NotificationTemplate object ● UserActivityAlert object