New services
Explore Plans
Mobile menu Close menu
EvernoteEvernote

Create image note from URL

This Action will create a new note with an image attachment 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
API endpoint slug
evernote.create_note_with_image
Filter code method
Evernote.createNoteWithImage.skip(string?: reason)
Runtime method
runAction("evernote.create_note_with_image", {})

Action fields

Title Text input > Title

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

Image URL Text input > Photo

Label
Image URL
Slug
image_url
Required
true
Can have default value
true
Filter code method
Evernote.createNoteWithImage.setImageUrl(string: imageUrl)

Notebook Text input > Other

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

Tags Text input > Tags

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