-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Evernote — add List Notebooks action #20747
Copy link
Copy link
Open
Labels
HIGH PRIORITYPIPE-SNactionNew Action RequestNew Action RequestenhancementNew feature or requestNew feature or requesttriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Metadata
Metadata
Assignees
Labels
HIGH PRIORITYPIPE-SNactionNew Action RequestNew Action RequestenhancementNew feature or requestNew feature or requesttriagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
High Priority
Is there a specific app this action is for?
Evernote
Please provide a link to the relevant API docs for the specific service / operation.
https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_listNotebooks
Problem
There is no standalone action to list Evernote notebooks. The
notebookGuidprop is accessible viaretrieve_optionswithin existing actions, but agents have no dedicated tool to list notebooks directly.What's needed
A standalone List Notebooks action that calls
noteStore.listNotebooks()via the Evernote SDK and returns notebook GUIDs and names.Notes
notebookGuidprop callsthis.listNotebooks()→noteStore.listNotebooks()listNotebooksmethod already exists inevernote.app.mjsand can be reused[PIPE-71]