Skip to content

Evernote — add List Notebooks action #20747

@s0s0physm

Description

@s0s0physm

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 notebookGuid prop is accessible via retrieve_options within 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

  • notebookGuid prop calls this.listNotebooks()noteStore.listNotebooks()
  • The listNotebooks method already exists in evernote.app.mjs and can be reused
  • Prerequisite for PIPE-72 (List Notes), which accepts an optional notebook GUID filter

[PIPE-71]

Metadata

Metadata

Assignees

No one assigned

    Labels

    HIGH PRIORITYPIPE-SNactionNew Action RequestenhancementNew feature or requesttriagedFor maintainers: This issue has been triaged by a Pipedream employee

    Type

    No type

    Projects

    Status

    High Priority

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions