-
Book Overview & Buying
-
Table Of Contents
MuleSoft for Salesforce Developers - Second Edition
By :
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 such as Bulk APIs, Platform events, and so on, that can be leveraged with MuleSoft and Salesforce.
In order to process voluminous data efficiently, you can make use of the Bulk API v2.
You can perform operations such as create, get, delete queries, and so on using the MuleSoft connectors for the Bulk API v2 (see Figure 12.24). 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 the Mule Palette.
Figure...