New services
Explore Plans
Mobile menu Close menu
EvernoteEvernote

Append to note

This Action will append to a note as determined by its title and notebook. Once a note’s size reaches 2MB a new note will be created.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Action will append to a note as determined by its title and notebook. Once a note’s size reaches 2MB a new note will be created.
API endpoint slug
evernote.append_to_note
Filter code method
Evernote.appendToNote.skip(string?: reason)
Runtime method
runAction("evernote.append_to_note", {})

Action fields

Title Text input > Document title

Label
Title
Helper text
Will create a new note if one with this title doesn’t exist
Slug
title
Required
true
Can have default value
true
Filter code method
Evernote.appendToNote.setTitle(string: title)

Body Text input > HTML

Label
Body
Helper text
Some HTML ok
Slug
body
Required
true
Can have default value
true
Filter code method
Evernote.appendToNote.setBody(string: body)

Notebook Text input > Other

Label
Notebook
Helper text
Leave blank for default notebook
Slug
notebook
Required
false
Can have default value
true
Filter code method
Evernote.appendToNote.setNotebook(string: notebook)

Tags Text input > Tags

Label
Tags
Helper text
Comma separated
Slug
tags
Required
false
Can have default value
true
Filter code method
Evernote.appendToNote.setTags(string: tags)