Automate Reddit
Explore Plans
Mobile menu Close menu
EvernoteEvernote

Create a link note

This Action will create a new link note from a source URL 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 link note from a source URL in the notebook you specify.
API endpoint slug
evernote.create_note_with_link
Filter code method
Evernote.createNoteWithLink.skip(string?: reason)
Runtime method
runAction("evernote.create_note_with_link", {})

Action fields

Link URL Text input > Link

Label
Link URL
Slug
link_url
Required
true
Can have default value
true
Filter code method
Evernote.createNoteWithLink.setLinkUrl(string: linkUrl)

Body Text input > HTML

Label
Description
Slug
body
Required
false
Can have default value
true
Filter code method
Evernote.createNoteWithLink.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.createNoteWithLink.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.createNoteWithLink.setTags(string: tags)