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.
- API endpoint slug
- evernote.append_checklist_item
- Filter code method
- Evernote.appendChecklistItem.skip(string?: reason)
- Runtime method
- runAction("evernote.append_checklist_item", {})
Action fields
- Label
- Title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Evernote.appendChecklistItem.setTitle(string: title)
- Label
- To-do
- Helper text
- Some HTML ok
- Slug
- body
- Required
- true
- Can have default value
- true
- Filter code method
- Evernote.appendChecklistItem.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.appendChecklistItem.setNotebook(string: notebook)
- Label
- Tags
- Helper text
- Comma separated
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- Evernote.appendChecklistItem.setTags(string: tags)