GraphQL OBJECT
NotificationTransportTypeConfiguration
Transport configuration of the client notification.
link Definition
- type NotificationTransportTypeConfiguration {
- # Notification transport type.
- NotificationTransportType :
- # Contact the notification is sent to (for e-mail-based notifications).
- Contact :
- # Boolean flag which determines if the notification is sent per item in purchase.
- Boolean :
- # Url (used for all http-based notifications) or server address (used for
- # FTPS/SFTP).
- String :
- # User (for FTP- or HTTP-based notifications).
- String :
- # Server directory (for FTP-based notifications).
- String :
- # Shows if a password is set or not.
- Boolean :
- }