Built by Metorial, the integration platform for agentic AI.
Provider Summary
create and manage notes
organize notebooks
manage tags
search notes
attach resources to new notes
download note resources
list saved searches
receive change notifications
sync account metadata
Create, read, update, and trash notes in Evernote. Manage note content written in ENML markup, attach resources when creating notes, download resource file contents through Slate attachments, organize notes with notebooks and tags, search by Evernote search grammar, and receive note-change notifications through Evernote webhooks or polling.
Copy a note to a different notebook. Creates a new note with the same content, tags, and resources in the target notebook. The original note remains unchanged.
Create a new note in Evernote. The content can be plain text or ENML (Evernote Markup Language, a subset of XHTML). If plain text or simple HTML is provided, it will be wrapped in the required ENML envelope automatically. Optional resources are uploaded with the note and referenced from the ENML body.
Create a new notebook in Evernote. Optionally assign it to a stack for organizational grouping.
Move a note to the trash. The note can be recovered from trash by the user. Permanent deletion (expunge) is not available to third-party integrations.
Download the binary contents of an Evernote note resource. File bytes are returned as Slate attachments, while structured output contains only resource metadata.
Retrieve only the ENML content body of a note. This is a lightweight alternative to Get Note when you only need the note body and not the metadata.
Retrieve a note's full details including its ENML content, metadata, tags, and resource info. Use this to read a specific note by its GUID.
List all notebooks in the user's Evernote account. Returns notebook names, GUIDs, stack groupings, and whether each is the default notebook. Use this to discover available notebooks before creating or moving notes.
List active saved searches in the user's account. Saved searches store reusable Evernote search grammar queries.
List all tags in the user's account, or only tags used within a specific notebook. Tags can form a hierarchy via parent-child relationships.
Create a new tag or update an existing tag's name or parent. Tags organize notes and can form hierarchies via parent-child relationships. To remove a tag from all notes, use the untagAll action.
Search for notes using Evernote's search grammar or filter by notebook, tags, and other criteria. Returns note metadata (title, dates, notebook, tags) without full content. Use Get Note to retrieve content for individual results.
Update an existing note's title, content, tags, notebook assignment, or attributes. Only provided fields will be changed.
Update an existing notebook's name or stack assignment. Provide the notebook GUID and the fields to change.
This integration is licensed under the FSL-1.1.
Built with ❤️ by Metorial