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