In this article
Overview
This use case demonstrates how you can use REST Snaps to create an account in Salesforce and delete it using REST Snaps.
To use this example, you need at least an account in the free version of Salesforce. To create a Salesforce account, see Salesforce Developers.
Creating the Pipeline
- You design the Pipeline as follows:
- In the JSON Generator Snap, you enter a name for the account that you want to create. In this example, you create an account called Test Account.
- You configure the REST Post Snap to create an account in your Salesforce instance using the account-name string of your choice. To do so:
- You use the URL provided by Salesforce for managing the accounts available in your instance.
- You use '$' in the HTTP entity field to specify that you want to use the string coming from the Snap upstream.
- You add an HTTP header to the Snap, instructing Salesforce to read the document coming in as a JSON file.
- You click the Account tab and select the account that you want to use with the Snap.
You save your changes and close the Snap. When you validate the Snap, it creates an account in your Salesforce instance and displays the following output:
Theid
field lists out the unique identifier of the new account created by the Snap. - You now want to delete the account that you just created. To do so, you need to isolate the account ID from the REST Post Snap's output. You use a Mapper for this task.
Upon validation, the Mapper Snap offers the following output: - You now use the REST Delete Snap to delete the newly-created account:
When the Snap is executed, the account is deleted.
Download the Pipeline here.
Importing and Executing this Pipeline
If you face any issues working with this Pipeline, mail us at documentation@snaplogic.com.
Downloads