Skip to main content

createNotificationRouter

Creates a new notification router that routes events to integrations based on filter criteria.

createNotificationRouter(
details: NotificationRouterConfigDetailsInput!
filterConfig: NotificationRouterFilterConfigInput!
integrationConfig: NotificationRouterIntegrationConfigurationInput!
emailDestinationInput: NotificationEmailDestinationInput
): NotificationRouter

Arguments

createNotificationRouter.details ● NotificationRouterConfigDetailsInput! non-null input

The router configuration details including name and description.

createNotificationRouter.filterConfig ● NotificationRouterFilterConfigInput! non-null input

Filter criteria that determine which events trigger this router.

createNotificationRouter.integrationConfig ● NotificationRouterIntegrationConfigurationInput! non-null input

The integration configuration defining where notifications are sent.

createNotificationRouter.emailDestinationInput ● NotificationEmailDestinationInput input

Optional email destination configuration for email-based notifications.

Type

NotificationRouter object

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