createNotificationRouter
No description
createNotificationRouter(
details: NotificationRouterConfigDetailsInput!
filterConfig: NotificationRouterFilterConfigInput!
integrationConfig: NotificationRouterIntegrationConfigurationInput!
emailDestinationInput: NotificationEmailDestinationInput
): NotificationRouter
Arguments
createNotificationRouter.details ● NotificationRouterConfigDetailsInput! non-null input
createNotificationRouter.filterConfig ● NotificationRouterFilterConfigInput! non-null input
createNotificationRouter.integrationConfig ● NotificationRouterIntegrationConfigurationInput! non-null input
createNotificationRouter.emailDestinationInput ● NotificationEmailDestinationInput input
Type
NotificationRouter object
NotificationRouter is the structure defining the router unifying the filter configuration and the integration configuration.