Skip to main content

NotificationDestinationInput

Input type for creating or updating a notification destination.

input NotificationDestinationInput {
conditions: [NotificationConditionInput!]
dynamicDestination: NotificationDynamicDestination
staffPositionId: ID
userConProfileId: ID
}

Fields

NotificationDestinationInput.conditions ● [NotificationConditionInput!] list input

The conditions under which the notification will be sent to this destination

NotificationDestinationInput.dynamicDestination ● NotificationDynamicDestination enum

The dynamic destination to send the notification to

NotificationDestinationInput.staffPositionId ● ID scalar

The ID of the staff position to send the notification to

NotificationDestinationInput.userConProfileId ● ID scalar

The ID of the user con profile to send the notification to

Member Of

CreateUserActivityAlertInput input ● UpdateNotificationTemplateInput input ● UpdateUserActivityAlertInput input