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

To use the Evernote connector, add the <evernote.init> element in your configuration before carrying out any other evernote operations. Evernote supports OAuth 1.0 for authenticating the API calls. Since this connector only access your own personal Evernote account, You can use developer tokens instead of OAuth 1.0 authentication. The developer token stay alive for a year. 

init
<evernote.init>
<devToken>{$ctx:devToken}</devToken>
<noteStoreUrl>{$ctx:noteStoreUrl}</noteStoreUrl>
<devTokenType>{$ctx:devTokenType}</devTokenType>
</evernote.init> 
Properties
  • devToken:Required - Developer tokens allow you to use the Evernote API to access your personal Evernote account.

  • noteStoreUrl:Required - Indicates the URL of the evernote API. This field will contain the full URL that clients should use to make NoteStore requests to the server shard that contains that user's data.

  • devTokenType:Required - Indicates the type of a developer token. Valid values are SANDBOX, PRODUCTION, YINXIANG 

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