2. How to use Mule SKYVVA adapter?
The SKYVVA Connector helps accelerate integration to Salesforce product SKYVVA with Mule 4. Using this connector you can directly use the SKYVVA feature in Mule. The following feature of SKYVVA can be achieved through this connector.
- Integrate
- Integrate Batch
- Integrate Synchronous.
- Send multiple packages of message to a HTTP listener, connector will collect all your message before sending to the next processor.
- Subscribing Salesforce topic (streaming api).
- Skyvva Bulk feature
- Skyvva Search feature using query or pullQuery operation
You need to create a Mule project to use this connector. Once you created the project add the following dependency in your pom.xml
Integrate, Integrate batch, Integrate synchornous and Subscribe need same configuration as bellow: Consumer Key: Salesforce Consumer key Consumer Secret: Salesforce Secret key Username: Salesforce username Password: Salesforce password Base API URL: Salesforce base url for your application.
Use the Test Connection button to test the connection once you are done with your configuration. Validate this connection to make sure your connection details are correct.