This integration solution acts as a comprehensive bridge between Salesforce and Amazon S3, facilitating the streamlined transfer of data from multiple Salesforce objects to Amazon S3 as CSV files. The uploaded files will be named as Object_currentdate.
Setup Guide
This integration will pull the data from each Salesforce object specified in the Object List parameter. The integration will then generate a CSV file for each object and upload all files to Amazon S3.
To run this integration and connect Salesforce to Amazon S3, it is necessary 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 data from multiple Salesforce objects, e.g. Account, Contact, Case, etc.CompressionOptional. Set this parameter to true to compress the CSV files.
Amazon S3
Server HostRequired. Provide the relevant [bucket] and [region] in the Server host URL.Access KeyRequired. Specify the access key for Amazon S3 service.Secret KeyRequired. Specify the secret key for Amazon S3 service.- `Destination Required. Specify the path to the destination folder ending with the trailing slash.