Exploring MuleSoft’s integration capabilities with Salesforce
We have previously studied connectors, accelerators, templates, and so on to integrate with Salesforce. These are the most commonly used mechanisms. Let’s now explore other integration capabilities that can be leveraged with MuleSoft and Salesforce.
The Bulk API
In order to process voluminous data efficiently, you can make use of the Bulk API v2.
You can perform operations such as creating, getting, deleting queries using the MuleSoft connectors for the Bulk API v2 (see Figure 12.23). This helps you to easily integrate Salesforce objects and process large volumes of records asynchronously. You can process these records in one go and thus optimize your integration. For instance, if we want to retrieve and process the personal details of all customers, we can use the Create job bulk api v 2 connector from Mule Palette.
Figure 12.23 – Bulk API v2 connectors
We have now...