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.

Developer info

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
Leave blank for default notebook
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
Comma separated
Slug
tags
Required
false
Can have default value
true
Filter code method
Evernote.createNoteWithImage.setTags(string: tags)