GraphQL INPUT_OBJECT

CreateNotificationTransportTypeConfigurationInput

link Definition

  • input CreateNotificationTransportTypeConfigurationInput {
  • # Transport type id.
  • transportTypeId: ActiveNotificationTransportTypeEnum!
  • # Id of the contact to be used for sending.
  • notificationContactId: Int
  • # Directory (used for FTPS/SFTP).
  • directory: String
  • # Username (required for all transport types except email).
  • userName: String
  • # Password (required for all transport types except email).
  • password: String
  • # Url (used for all http-based notifications) or server address (used for
  • # FTPS/SFTP).
  • url: String
  • # If set to true, one email is sent per cart item instead of one combined email
  • # for the whole cart.
  • oneEmailPerItem: Boolean
  • }