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 URL
Required. Specify the Salesforce service URL.Username
Required. Specify a username in an email-like format.Password
Required. Specify a password to access the Salesforce service.Security Token
Required. Specify your Salesforce service security token.Object List
Required. This parameter accepts comma-separated values if you want to pull data from multiple Salesforce objects, e.g. Account, Contact, Case, etc.Compression
Optional. Set this parameter to true to compress the CSV files.
Amazon S3
Server Host
Required. Provide the relevant [bucket] and [region] in the Server host URL.Access Key
Required. Specify the access key for Amazon S3 service.Secret Key
Required. Specify the secret key for Amazon S3 service.- `Destination Required. Specify the path to the destination folder ending with the trailing slash.