SK SKYVVA Documentation

4. Import Attachment to Salesforce Using Amazon s3 Adapter

You properly have many files to import into salesforce. For example, you have an account, and you need to attach documents as supporting documents for your Account. In this tutorial, you will learn how to do Manual Process to import attachments to Salesforce via an AWS S3 adapter.

1. Import attachment with existing records

Pre-requisite

The Messagetype field Entries must have as below:

FILE_Name

We do VLOOKUP Formula to attach attachment on Account where name equal D-1

Fill Name adapter

Here is the sample file

Here is the screenshot of the pdf file in the folder of the AWS S3 service

Finally, it will upload your file in an attachment, and is attached with Account Parent that has a name equal to D-1.

2. Import attachment with Reference Field using CSV format

Pre-requisite

Fill Name adapter

Here is the sample payload

Here is the sample file

The record of the CSV file will import to Salesforce and the attachment will link to the Account where the name is equal to Test.

Open this article in the interactive viewer →