Evernote ​
Create and manage notes, notebooks, and tags in Evernote.
| Detail | Value |
|---|---|
| Category | Productivity |
| Base URL | https://api.evernote.com/v1 |
| Authentication | OAuth2 |
| Endpoints | 5 |
| Connector key | evernote |
Using Evernote in a workflow ​
- Go to Connections and click New Connection.
- Pick Evernote from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| GET /notes | List notes |
| POST /notes | Create a note |
| GET /notes/{noteGuid} | Get a note |
| GET /notebooks | List notebooks |
| GET /search | Search notes |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.