Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel2
excludeOlder Versions|Additional Resources|Related Links|Related Information

Scenario

I want to send attachments to Salesforce.com through insert records into the Salesforce object through SnapLogic. 

Requirements

Snaps Used

For this scenario, the following Snaps are used:

  • File Read
  • JSON Parser
  • Mapper
  • Salesforce Create
  • (Optional) JSON Formatter
  • (Optional) File Writer

Other Requirements

  • A Salesforce account configured in SnapLogic Manager. See Accounts for more information on configuring an account.


Configuration

This simplified pipeline reads a file from the SnapLogic Database, creates a base-64 encoded ASCII string of the file and attaches it using the Salesforce Create Snap.

...