1. Home
  2. Mule Adapter
  3. 2. How to use Mule SKYVVA adapter?

2. How to use Mule SKYVVA adapter?

[add-search-inside]

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

 <dependency> 
            <groupId>org.mule.extension</groupId> 
            <artifactId>mule-skyvva-extension</artifactId> 
            <version>1.3.1</version> 
            <classifier>mule-plugin</classifier> 
     </dependency>

The connector internally connect with salesforce to fetch the ouath token details required for SKYVVA application.The following operations are supported by this connector.

Use Mule pallet to search SKYVVA connector.

 

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.

 

Fandest du diesen Artikel hilfreich? Ja Nein

Wie können wir helfen?