-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Description
evernote
URLs
Polling Sources
new-note
Prompt
Emit new event when a new note is created in Evernote. Users can optionally filter by notebook.
URLs
new-tag
Prompt
Emit new event when a new tag is created in Evernote. Useful for tracking new organizational labels.
URLs
new-notebook
Prompt
Emit new event when a new notebook is created in Evernote. Helps automate workflows when new notebooks are added.
URLs
Actions
create-note
Prompt
Create a new note in Evernote. Requires a title and content. Users can optionally specify all fields specified at the Struct: Note.
URLs
- https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_createNote
- https://dev.evernote.com/doc/reference/Types.html#Struct_Note
update-note
Prompt
Update an existing note in Evernote. Requires the note ID. Users can modify all fields specified at the Struct: Note.
URLs
- https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_updateNote
- https://dev.evernote.com/doc/reference/Types.html#Struct_Note
create-notebook
Prompt
Create a new notebook in Evernote. Requires a notebook name. Users can optionally specify all fields specified at the Struct: Notebook.
URLs
Metadata
Metadata
Assignees
Labels
triagedFor maintainers: This issue has been triaged by a Pipedream employeeFor maintainers: This issue has been triaged by a Pipedream employee
Type
Projects
Status
Done