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.