This integration seamlessly facilitates the transfer of attachments from Salesforce to an SFTP (Secure File Transfer Protocol) server, optimizing the process by compressing them into a zipped file in the format Object_Attachements_currentDate
Setup Guide
The integration starts by extracting attachments associated with the Salesforce records, such as Leads, Opportunities, or other Objects specified in the Object List parameter, and uploading them to an SFTP Server.
To run this integration and connect Salesforce to the SFTP Server, you need to configure the parameters that are mentioned below.
Salesforce
Server URLRequired. Specify the Salesforce service URL.UsernameRequired. Specify a username in an email-like format.PasswordRequired. Specify a password to access the Salesforce service.Security TokenRequired. Specify your Salesforce service security token.Object ListRequired. This parameter accepts comma-separated values if you want to pull attachments from multiple Salesforce objects, e.g. Account, Contact, Case, etc.
SFTP
Server HostRequired. Specify the name or IP address of the SFTP server.Server PortRequired. Specify the port number.UsernameRequired. Specify a username to access the SFTP server.PasswordRequired. Specify a password to access the SFTP server.Destination FolderRequired. Specify the path to the destination folder, ending with a trailing slash, where you want to upload the attachments.