Skip to main content

createNotificationRoutingConfiguration

Creates a notification routing configuration with filter and integration settings.

createNotificationRoutingConfiguration(
notificationRouterFilterConfig: NotificationRouterFilterConfigInput!
notificationRouterIntegrationConfig: NotificationRouterIntegrationConfigInput!
): NotificationRouter

Arguments

createNotificationRoutingConfiguration.notificationRouterFilterConfig ● NotificationRouterFilterConfigInput! non-null input

Filter criteria that determine which events trigger this routing configuration.

createNotificationRoutingConfiguration.notificationRouterIntegrationConfig ● NotificationRouterIntegrationConfigInput! non-null input

The integration configuration defining where notifications are sent.

Type

NotificationRouter object

NotificationRouter is the structure defining the router unifying the filter configuration and the integration configuration.