Join IFTTT for free
Explore Plans Developers
Mobile menu Close menu
EvernoteEvernote

Create a note

This Action will create a new note in the notebook you specify.

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 create a new note in the notebook you specify.
API endpoint slug
evernote.create_note
Filter code method
Evernote.createNote.skip(string?: reason)
Runtime method
runAction("evernote.create_note", {})

Action fields

Title Text input > Title
Label
Title
Slug
title
Required
true
Can have default value
true
Filter code method
Evernote.createNote.setTitle(string: title)
Body Text input > HTML
Label
Body
Slug
body
Required
false
Can have default value
true
Filter code method
Evernote.createNote.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.createNote.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.createNote.setTags(string: tags)