NotificationType
(ENUM)
link GraphQL Schema definition
- enum NotificationType {
- # sends e-mail notification to assigned sales person (if there is some)
- # sends e-mail notification to website administrator
- # sends e-mail notification to customer's e-mail
- # sends e-mail notification to other e-mail. This must be provided with the
- # 'extra' field of NotificationRequest
- # calls given URL
- # specific system event observed by custom handlers will be fired. @requires
- # Partner-Token
- # renders notification to system's notification centre - section of system
- # messages - this is visible to all administrators
- # renders notification to system's notification centre - section of web-shop
- # messages - this is visible just to specific user (if indicated with the 'extra'
- # field of NotificationRequest)
- }