Configuring Wunderlist Operations

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 Wunderlist Operations

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

The Wunderlist API uses OAuth2 to allow external applications to request authorization to a user’s Wunderlist account without directly handling their password. For more information, see https://developer.wunderlist.com/documentation/concepts/authorization.

init
<wunderlist.init> <apiUrl>{$ctx:apiUrl}</apiUrl> <clientId>{$ctx:clientId}</clientId> <accessToken>{$ctx:accessToken}</accessToken> </wunderlist.init>
Properties
  • apiUrlThe base endpoint URL of the Wunderlist API.

  • clientId: The client ID of the registered application.

  • accessToken: OAuth Token to read and manipulate data of WunderList account.

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