Skip to content

Salesforce Actions

Actions are the operations (or API operations) that you can perform on Salesforce by a simple drag and drop and data mapping of elements and values from input trigger, derived values using formulas or a desired constant that you may wish to map.

All of the actions that you see below automate what you can do manually on Salesforce.

As shown below, you can Create, Update, or Delete a Salesforce Object in your Salesforce instance based in response to a trigger event.

Action for Salesforce Application on Connect iPaaS

Figure 1. Action for Salesforce Application on Connect iPaaS

Set up Salesforce action in your workflow

Create Object

Create objects in your Salesforce instance of a specified entity like Contacts, Accounts, Leads, etc. The chosen entities have some field requirements.

In the example below, whenever MFT trigger detects a new CSV file in the SFTP server, Salesforce action will pick up the trigger event and create contacts from the file's data.

Create Object in Salesforce Application on Connect iPaas

Figure 2. Create Object in Salesforce Application on Connect iPaaS

Update Object

To update objects in your Salesforce instance of a specified entity like Contacts, Accounts, Leads, etc., you need to specify the matching criteria for Salesforce action to update the corresponding objects.

In the example below, whenever MFT trigger detects a new CSV file in the SFTP server, Salesforce action will first decide which object needs to be updated based on the search criteria and then update the corresponding object in Salesforce.

Update Object in Salesforce Application on Connect iPaas

Figure 3. Update Object in Salesforce Application on Connect iPaaS

Delete Object

To delete objects in your Salesforce instance of a specified entity like Contacts, Accounts, Leads, etc., you need to specify the matching criteria for Salesforce action to update the corresponding objects.

In the example below, whenever the MFT trigger detects a new CSV file in the SFTP server, Salesforce action will first decide which object needs to be deleted based on the search criteria and then delete the corresponding object in Salesforce.

Delete Object in Salesforce Application on Connect iPaaS

Figure 4. Delete Object in Salesforce Application on Connect iPaaS