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/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

A client ID and secret are required for authentication purposes. For more information, see https://www.producteev.com/api/doc/#AuthenticationOAuth20Flows.

init
<producteev.init>
	<accessToken>{$ctx:accessToken}</accessToken>
 	<apiUrl>{$ctx:apiUrl}</apiUrl>
</producteev.init>
Properties
  • accessToken: OAuth Token to read and manipulate data of the Producteev account.
  • apiUrl: The base end point URL of the Producteev API.

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

  • No labels