We're software that helps growing brands & retailers grow and scale. Sync, sell and ship your products and inventory on online marketplaces and storefronts faster, easier and more accurately.

Learn more now

Connection Types: FTP, SFTP, HTTP, Email & S3

The connection section tells an automation where data comes from or where it should be sent.

In the current engine, the supported connection types are:

Type Typical use Supported for
ftpStandard FTP file transferImport and export
sftpSSH-based file transferImport and export
ftpsFTPS file transferImport
httpREST APIs and web endpointsImport and export
emailEmail inbox import or email deliveryImport and export
sds3SureDone-managed S3 storageImport and export
sdsftpSureDone-managed SFTP storageImport and export

Common Connection Fields

  • type - required connection type
  • address - host, URL, or recipient address depending on the connector
  • username and password - used for FTP, SFTP, and some HTTP login flows
  • path - remote folder or path for file-based connectors
  • headers and payload - used mostly with HTTP APIs
  • port - optional port override when the default is not correct

FTP, SFTP, and FTPS

These are the standard choices for file-based integrations.

Important: The ssl_ftp setting belongs to the plain ftp connector and enables explicit SSL FTP behavior there. It is not the same thing as choosing the separate ftps connection type.

HTTP

Use http for APIs, JSON/XML endpoints, webhook-style requests, OAuth-based integrations, and multi-step trigger workflows.

Email

Use email when you need to fetch attachments from an inbox or send exports by email. For exports, the connection typically includes recipient address information and may include options such as sending the file as an attachment.

SureDone S3

sds3 uses SureDone-managed S3 storage.

Important: A named bucket is not always required for sds3. In the current connector validation, you can omit bucket if the path is under private/.... If you do specify a bucket, it must be one of the valid SureDone buckets.

SureDone SFTP

sdsftp is used for SureDone-managed internal SFTP storage rather than a third-party server.

Choosing the Right Connection Type

  • Use FTP/SFTP/FTPS when a vendor gives you files on a server
  • Use HTTP when the vendor gives you an API
  • Use Email when files arrive by inbox or need to be delivered by email
  • Use sds3 or sdsftp when the workflow is built around SureDone-managed storage