GraphQL INPUT_OBJECT
CreateNotificationInput
link Definition
- input CreateNotificationInput {
- # Name of the notification.
- String! :
- # ID of the client this belongs to.
- Int! :
- # Determines the used transport type and its specific configuration.
- CreateNotificationTransportTypeConfigurationInput! :
- # Determines the used document type and its specific configuration.
- CreateNotifcationSettingsInput! :
- # Flag if the the notification is active. Defaults to true.
- Boolean :
- # ID of List of products to be used.
- Int :
- # Region configuration.
- Int :
- # List of events for this notification.
- NotificationEventEnum] : [
- }