New services
Explore Plans
Mobile menu Close menu
EvernoteEvernote

Append a to-do to note

This Action will append a to-do checkbox 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
API endpoint slug
evernote.append_checklist_item
Filter code method
Evernote.appendChecklistItem.skip(string?: reason)
Runtime method
runAction("evernote.append_checklist_item", {})

Action fields

Title Text input > Document title

Label
Title
Slug
title
Required
true
Can have default value
true
Filter code method
Evernote.appendChecklistItem.setTitle(string: title)

Body Text input

Label
To-do
Helper text
Slug
body
Required
true
Can have default value
true
Filter code method
Evernote.appendChecklistItem.setBody(string: body)

Notebook Text input > Other

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

Tags Text input > Tags

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