--- title: 'Evernote' description: 'Create and manage notes, notebooks, and tags in Evernote.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Evernote** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /notes](./get_notes_productivity_listnotes) | List notes | | [POST /notes](./post_notes_productivity_createnote) | Create a note | | [GET /notes/{noteGuid}](./get_notes_noteguid_productivity_getnote) | Get a note | | [GET /notebooks](./get_notebooks_productivity_listnotebooks) | List notebooks | | [GET /search](./get_search_productivity_searchnotes) | Search notes | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.