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
- 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)
- Label
- Body
- Helper text
- Some HTML ok
- Slug
- body
- Required
- true
- Can have default value
- true
- Filter code method
- Evernote.appendToNote.setBody(string: body)
- 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)
- Label
- Tags
- Helper text
- Comma separated
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- Evernote.appendToNote.setTags(string: tags)