Best Practice: Secure File Transfer Protocol (SFTP)

Overview

Secure File Transfer Protocol, SFTP, is a network protocol that allows for file access, file transfer, and file management using a reliable data stream. Using SFTP encrypts both commands and data to prevent passwords and other sensitive information from being transferred over the network. SFTP requires an authenticated server and data transfer must take place over a secure channel.

Here is how SFTP integrations work in ZiftONE:

  • No data is sent back to the customer systems for this type of integration, all field mappings are Into ZiftONE only.
  • SFTP integrations can only be used to load partner, lead, or opportunity records.
  • Custom fields can be added and maintained manually in ZiftONE.

Contents

Click on the + to expand the detailed information.

Schedule

We check for a new file every two hours.

Requirements

  • The file transfer is used for incremental changes only. The integration will overwrite data stored in ZiftONE with any updates from the files being processed.
  • Files should not be uploaded unless there is new information.

File Requirements

  • The file must be .csv, UTF-8 BOM encoded
  • Name your file with record type and date information, e.g.: lead_20160414.csv, partner_20160525.csv
  • A header row is required
  • The files size cannot exceed 100 records. If your file is larger than 100 records, break the file into multiple uploads of 100 records

Record, Field and Cell Requirements

Record Requirements

  • Each new record must be on a new line in the file.

Field & Cell Requirements

  • The file header row field names must match the values and is case sensitive
    • Here is a value example: 'value' is not the same as 'va lue'. Spaces are considered characters and the file would fail to upload. Be especially mindful before or after values
    • Here is a case sensitive example: 'case' is not the same as 'Case'. The file would fail to upload if the due to the 'c' character mismatch.
    • Any cell that contains a comma must be encoded in double-quotes. "US,UK,FR".
    • Multi-value cells must be enclosed in double-quotes and have values separated by commas. e.g. "CA,PA,LA".
    • Only fields that need to be updated should be included in the file. If a field is excluded from the file, no database updates for that field will occur

Related Topics

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.