Feedly Evernote



The purpose of the evernote module is to link an Evernote account with Feedly Cloud, and save articles as Evernote notes.See: http://www.evernote.com

  1. Feedly Vs Evernote
  2. Feedly Evernote 連携

Link Evernote account

(Authorization is required)

Here’s how to set up Evernote with your feedly: Click on the three vertical dots in the article toolbar, then click on Evernote. A pop-up will appear, prompting you to login to Evernote. If you already have an Evernote account, you can login, or else you can create an account. Currently Feedly does not have direct Evernote integration. It announced that one step Evernote integration would be made available in its premium featured pro version costing 5 dollars a month.

Input

redirectUri
Requiredstring URL to redirect to once the link is done
state
Optionalstring State to be returned in the redirect

Feedly Vs Evernote

Set up the Feedly trigger, and make magic happen automatically in Evernote. Zapier's automation tools make it easy to connect Feedly and Evernote.

Response

Success response:
redirectUri?state=:state
Error response:
redirectUri?error=:errorMessage&state=:state

This method must be called in a separate browser window (this is a requirement from Evernote).The browser will be redirected to Evernote, where the user needs to approve the access request.Once accepted, the browser will redirect back to Feedly Cloud, and finally to the redirect URI passed as a parameter.At this point, the window can be closed.

Once an account has been linked, the user profile will contain additional values:

isEvernoteConnected
boolean true if the Evernote OAuth process was completed for this account
evernoteUserId
string the userId on Evernote

Unlink Evernote account

(Authorization is required)

Response

This will remove the Evernote credentials from the Feedly Cloud user account.

Get a list of Evernote notebooks (Pro only)

(Authorization is required)

Input

includeBusiness
Optionalboolean set to true to return business notebooks (default: false)
includeTags
Optionalboolean set to true to return Evernote tags (default: false)
Feedly vs evernote

Response

Feedly Evernote 連携

The notebook map links notebook names with GUID.

If the Evernote account isn’t linked, or if the token has expired:

Evernote

Save an article as a note (Pro only)

(Authorization is required)

Input

Notebooks can either be passed by GUID or by name. If passed by name, a new notebook will be created if it doesn’t exist.Tags and comment are optional.If notebook type is missing it is assumed to be personal.The content of the entry passed will be saved as a new note in Evernote.

Alternate:

This version will retrieve the page content, sanitize it, and send it to Evernote.

Response

If the Evernote account isn’t linked, or if the token has expired: