Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 3.36 KB

README.md

File metadata and controls

40 lines (26 loc) · 3.36 KB

Salesforce Bulk EI Connector

The Salesforce Bulk Connector allows you to access the Salesforce Bulk REST API through WSO2 Enterprise Integrator (WSO2 EI). SalesforceBulk is a RESTful API that allows you to quickly load large sets of your organisation’s data into Salesforce or delete large sets of your organisation’s data from Salesforce. You can use SalesforceBulk to query, insert, update, upsert or delete a large number of records asynchronously, by submitting the records in batches. Salesforce can process these batches in the background.

Compatibility

Connector version Supported Salesforce Bulk API version Supported WSO2 ESB/EI version
1.1.0 34.0 EI 6.5.0, EI 6.6.0, EI 7.0.X, EI 7.1.0
1.0.7 34.0 EI 6.5.0
1.0.6 34.0 ESB 5.0.0, ESB 4.9.0, EI 6.3.0, EI 6.4.0
1.0.5 34.0 ESB 4.9.0, 5.0.0, 6.1.0, 6.1.1
1.0.4 34.0 ESB 4.9.0, 5.0.0

Getting started

Download and install the connector

  1. Download the connector from the WSO2 Store by clicking the Download Connector button.
  2. Then you can follow this Documentation to add and enable the connector via the Management Console in your EI instance.
  3. For more information on using connectors and their operations in your EI configurations, see Using a Connector.
  4. If you want to work with connectors via EI tooling, see Working with Connectors via Tooling.

Configuring the connector operations

To get started with Salesforce Bulk connector and their operations, see Configuring Salesforce Bulk Operations.

Building From the Source

Follow the steps given below to build the Salesforce Bulk connector from the source code:

  1. Get a clone or download the source from Github.
  2. Run the following Maven command from the esb-connector-salesforcebulk directory: mvn clean install.
  3. The Salesforce connector zip file is created in the esb-connector-salesforcebulk/target directory

How You Can Contribute

As an open source project, WSO2 extensions welcome contributions from the community. Check the issue tracker for open issues that interest you. We look forward to receiving your contributions.