The Salesforce REST Connector allows you to work with records in Salesforce, a web-based service that allows organizations to manage contact relationship management (CRM) data. You can use the Salesforce connector to create, query, retrieve, update, and delete records in your organization's Salesforce data. The connector uses the Salesforce REST API to interact with Salesforce.
Connector version | Supported Salesforce REST API version | Supported WSO2 ESB/EI version |
---|---|---|
1.1.1 | v32.0 | EI 6.5.0, EI 6.6.0, EI 7.0.X, EI 7.1.0 |
1.1.0 | v32.0 | EI 6.5.0, EI 6.6.0, EI 7.0.X, EI 7.1.0 |
1.0.8 | v32.0 | EI 6.5.0 |
1.0.7 | v32.0 | EI 6.5.0 |
1.0.6 | v32.0 | ESB 5.0.0, EI 6.1.0, 6.1.1, 6.2.0, 6.3.0, 6.4.0 |
1.0.5 | v32.0 | ESB 5.0.0, EI 6.1.0, 6.1.1, 6.2.0, 6.3.0, 6.4.0 |
1.0.4 | v32.0 | ESB 4.9.0, 5.0.0 |
- Download the connector from the WSO2 Store by clicking the Download Connector button.
- Then you can follow this Documentation to add and enable the connector via the Management Console in your EI instance.
- For more information on using connectors and their operations in your EI configurations, see Using a Connector.
- If you want to work with connectors via EI tooling, see Working with Connectors via Tooling.
To get started with Salesforce REST connector and their operations, see Configuring Salesforce REST Operations.
Follow the steps given below to build the Salesforce REST connector from the source code:
- Get a clone or download the source from Github.
- Run the following Maven command from the
esb-connector-salesforcerest
directory:mvn clean install
. - The Salesforce connector zip file is created in the
esb-connector-salesforcerest/target
directory
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.