This integration seamlessly connects Salesforce with Amazon S3, streamlining the transfer of attachments from Salesforce to the cloud storage service. The process begins by extracting attachments associated with specified Salesforce records, such as Leads, Opportunities, or other Objects. The extracted attachments will be stored in the folder named formatted as Object_Attachments_CurrentDate.
Setup Guide
This integration will pull the attachments from each Salesforce object specified in the Object List parameter. These attachments, which may include documents, images, or other file types, are then securely uploaded to designated Amazon S3 buckets.
To run this integration and connect Salesforce to Amazon S3, 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 data from multiple Salesforce objects, e.g. Account, Contact, Case, etc.FilterOptional. Use this parameter to filter the attachments you want to upload to Amazon S3. For more details regarding the syntax of the filter parameter visit here to check details for theLocal Filterparameter.
Amazon S3
Server HostRequired. Provide the relevant [bucket] and [region] in the Server URL.Access KeyRequired. Specify the access key for Amazon S3 service.Secret KeyRequired. Specify the secret key for Amazon S3 service.Destination FolderRequired. Specify the path to the destination folder, ending with a trailing slash.