GraphQL OBJECT

NotificationTransportTypeConfiguration

Transport configuration of the client notification.

link Definition

  • type NotificationTransportTypeConfiguration {
  • # Notification transport type.
  • transportType: NotificationTransportType
  • # Contact the notification is sent to (for e-mail-based notifications).
  • notificationContact: Contact
  • # Boolean flag which determines if the notification is sent per item in purchase.
  • oneEmailPerItem: Boolean
  • # Url (used for all http-based notifications) or server address (used for
  • # FTPS/SFTP).
  • url: String
  • # User (for FTP- or HTTP-based notifications).
  • userName: String
  • # Server directory (for FTP-based notifications).
  • directory: String
  • # Shows if a password is set or not.
  • hasPassword: Boolean
  • }