To use the Sendloop Producteev connector, add the <sendloop<producteev.init>
element in your configuration before carrying out any other Sendloop Producteev operations. An API key will be required when connecting to the Sendloop API, in order to generate this key you will first have to be logged into your Sendloop account
A client ID and secret are required for authentication purposes. For more information, see https://sendloopwww.producteev.com/helpapi/api-001/getting-starteddoc/#AuthenticationOAuth20Flows.
Code Block | ||||
---|---|---|---|---|
| ||||
<sendloop<producteev.init> <apiUrl><accessToken>{$ctx:apiUrlaccessToken}</apiUrl>accessToken> <apiKey>{$ctx:apiKey}</apiKey> <format> <apiUrl>{$ctx:formatapiUrl}</format>apiUrl> </sendloopproducteev.init> |
Properties
apiUrlaccessToken:
The base endpoint URL of the Sendloop API.apiKey:
The API key to access OAuth Token to read and manipulate data of the Sendloop Producteev account.- format
apiUrl:
The format base end point URL of the response expected from the Sendloop Producteev API.
Now that you have connected to SendloopProducteev, use the information in the following topics to perform various operations with the connector.
...