AACFlow

Evernote

Manage notes, notebooks, and tags in Evernote

Usage Instructions

Integrate with Evernote to manage notes, notebooks, and tags. Create, read, update, copy, search, and delete notes. Create and list notebooks and tags.

Tools

evernote_copy_note

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
noteGuidstringYesNo description
toNotebookGuidstringYesNo description

Output

ParameterTypeDescription
noteobjectThe copied note metadata
guidstringNew note GUID
titlestringNote title
notebookGuidstringGUID of the destination notebook
creatednumberCreation timestamp in milliseconds
updatednumberLast updated timestamp in milliseconds

evernote_create_note

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
titlestringYesNo description
contentstringYesNo description
notebookGuidstringNoNo description
tagNamesstringNoNo description

Output

ParameterTypeDescription
noteobjectThe created note
guidstringUnique identifier of the note
titlestringtitle output from the tool
contentstringENML content of the note
notebookGuidstringGUID of the containing notebook
tagNamesarrayTag names applied to the note
creatednumberCreation timestamp in milliseconds
updatednumberLast updated timestamp in milliseconds

evernote_create_notebook

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
namestringYesNo description
stackstringNoNo description

Output

ParameterTypeDescription
notebookobjectThe created notebook
guidstringNotebook GUID
namestringNotebook name
defaultNotebookbooleanWhether this is the default notebook
serviceCreatednumberCreation timestamp in milliseconds
serviceUpdatednumberLast updated timestamp in milliseconds
stackstringNotebook stack name

evernote_create_tag

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
namestringYesNo description
parentGuidstringNoNo description

Output

ParameterTypeDescription
tagobjectThe created tag
guidstringTag GUID
namestringTag name
parentGuidstringParent tag GUID
updateSequenceNumnumberUpdate sequence number

evernote_delete_note

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
noteGuidstringYesNo description

Output

ParameterTypeDescription
successbooleanWhether the note was successfully deleted
noteGuidstringGUID of the deleted note

evernote_get_note

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
noteGuidstringYesNo description
withContentbooleanNoNo description

Output

ParameterTypeDescription
noteobjectThe retrieved note
guidstringUnique identifier of the note
titlestringTitle of the note
contentstringENML content of the note
contentLengthnumberLength of the note content
notebookGuidstringGUID of the containing notebook
tagGuidsarrayGUIDs of tags on the note
tagNamesarrayNames of tags on the note
creatednumberCreation timestamp in milliseconds
updatednumberLast updated timestamp in milliseconds
activebooleanWhether the note is active (not in trash)

evernote_get_notebook

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
notebookGuidstringYesNo description

Output

ParameterTypeDescription
notebookobjectThe retrieved notebook
guidstringNotebook GUID
namestringNotebook name
defaultNotebookbooleanWhether this is the default notebook
serviceCreatednumberCreation timestamp in milliseconds
serviceUpdatednumberLast updated timestamp in milliseconds
stackstringNotebook stack name

evernote_list_notebooks

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description

Output

ParameterTypeDescription
notebooksarrayList of notebooks

evernote_list_tags

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description

Output

ParameterTypeDescription
tagsarrayList of tags

evernote_search_notes

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
querystringYesSearch query using Evernote search grammar (e.g., "tag:work intitle:meeting")
notebookGuidstringNoNo description
offsetnumberNoNo description
maxNotesnumberNoNo description

Output

ParameterTypeDescription
totalNotesnumberTotal number of matching notes
notesarrayList of matching note metadata

evernote_update_note

Input

ParameterTypeRequiredDescription
apiKeystringYesNo description
noteGuidstringYesNo description
titlestringNoNo description
contentstringNoNo description
notebookGuidstringNoNo description
tagNamesstringNoNo description

Output

ParameterTypeDescription
noteobjectThe updated note
guidstringUnique identifier of the note
titlestringTitle of the note
contentstringENML content of the note
notebookGuidstringGUID of the containing notebook
tagNamesarrayTag names on the note
creatednumberCreation timestamp in milliseconds
updatednumberLast updated timestamp in milliseconds

On this page

Start building today
Trusted by over 100,000 builders.
The SaaS platform to build AI agents and run your agentic workforce.
Get started