Evernote
Manage notes, notebooks, and tags in Evernote
Integrate with Evernote to manage notes, notebooks, and tags. Create, read, update, copy, search, and delete notes. Create and list notebooks and tags.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
noteGuid | string | Yes | No description |
toNotebookGuid | string | Yes | No description |
| Parameter | Type | Description |
|---|
note | object | The copied note metadata |
↳ guid | string | New note GUID |
↳ title | string | Note title |
↳ notebookGuid | string | GUID of the destination notebook |
↳ created | number | Creation timestamp in milliseconds |
↳ updated | number | Last updated timestamp in milliseconds |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
title | string | Yes | No description |
content | string | Yes | No description |
notebookGuid | string | No | No description |
tagNames | string | No | No description |
| Parameter | Type | Description |
|---|
note | object | The created note |
↳ guid | string | Unique identifier of the note |
↳ title | string | title output from the tool |
↳ content | string | ENML content of the note |
↳ notebookGuid | string | GUID of the containing notebook |
↳ tagNames | array | Tag names applied to the note |
↳ created | number | Creation timestamp in milliseconds |
↳ updated | number | Last updated timestamp in milliseconds |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
name | string | Yes | No description |
stack | string | No | No description |
| Parameter | Type | Description |
|---|
notebook | object | The created notebook |
↳ guid | string | Notebook GUID |
↳ name | string | Notebook name |
↳ defaultNotebook | boolean | Whether this is the default notebook |
↳ serviceCreated | number | Creation timestamp in milliseconds |
↳ serviceUpdated | number | Last updated timestamp in milliseconds |
↳ stack | string | Notebook stack name |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
name | string | Yes | No description |
parentGuid | string | No | No description |
| Parameter | Type | Description |
|---|
tag | object | The created tag |
↳ guid | string | Tag GUID |
↳ name | string | Tag name |
↳ parentGuid | string | Parent tag GUID |
↳ updateSequenceNum | number | Update sequence number |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
noteGuid | string | Yes | No description |
| Parameter | Type | Description |
|---|
success | boolean | Whether the note was successfully deleted |
noteGuid | string | GUID of the deleted note |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
noteGuid | string | Yes | No description |
withContent | boolean | No | No description |
| Parameter | Type | Description |
|---|
note | object | The retrieved note |
↳ guid | string | Unique identifier of the note |
↳ title | string | Title of the note |
↳ content | string | ENML content of the note |
↳ contentLength | number | Length of the note content |
↳ notebookGuid | string | GUID of the containing notebook |
↳ tagGuids | array | GUIDs of tags on the note |
↳ tagNames | array | Names of tags on the note |
↳ created | number | Creation timestamp in milliseconds |
↳ updated | number | Last updated timestamp in milliseconds |
↳ active | boolean | Whether the note is active (not in trash) |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
notebookGuid | string | Yes | No description |
| Parameter | Type | Description |
|---|
notebook | object | The retrieved notebook |
↳ guid | string | Notebook GUID |
↳ name | string | Notebook name |
↳ defaultNotebook | boolean | Whether this is the default notebook |
↳ serviceCreated | number | Creation timestamp in milliseconds |
↳ serviceUpdated | number | Last updated timestamp in milliseconds |
↳ stack | string | Notebook stack name |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
notebooks | array | List of notebooks |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
tags | array | List of tags |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
query | string | Yes | Search query using Evernote search grammar (e.g., "tag:work intitle:meeting") |
notebookGuid | string | No | No description |
offset | number | No | No description |
maxNotes | number | No | No description |
| Parameter | Type | Description |
|---|
totalNotes | number | Total number of matching notes |
notes | array | List of matching note metadata |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
noteGuid | string | Yes | No description |
title | string | No | No description |
content | string | No | No description |
notebookGuid | string | No | No description |
tagNames | string | No | No description |
| Parameter | Type | Description |
|---|
note | object | The updated note |
↳ guid | string | Unique identifier of the note |
↳ title | string | Title of the note |
↳ content | string | ENML content of the note |
↳ notebookGuid | string | GUID of the containing notebook |
↳ tagNames | array | Tag names on the note |
↳ created | number | Creation timestamp in milliseconds |
↳ updated | number | Last updated timestamp in milliseconds |