This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configuring SalesBinder Operations

To use the SaleBinder connector, add the <salesbinder.init> element in your configuration before carrying out any other SalesBinder operations. 

SalesBinder uses an API key for authorization. For more information on authentication, see http://www.salesbinder.com/kb/generating-your-api-key/.

init
<salesbinder.init>
    <apiUrl>{$ctx:apiUrl}</apiUrl>
	<apiKey>{$ctx:apiKey}</apiKey>
</salesbinder.init>
Properties 
  • apiUrl: The URL of the API.
  • apiKey: The application key.

Now that you have connected to SalesBinder, use the information in the following topics to perform various operations with the connector.