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
- Label
- Link URL
- Slug
- link_url
- Required
- true
- Can have default value
- true
- Filter code method
- Evernote.createNoteWithLink.setLinkUrl(string: linkUrl)
- Label
- Description
- Slug
- body
- Required
- false
- Can have default value
- true
- Filter code method
- Evernote.createNoteWithLink.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.createNoteWithLink.setNotebook(string: notebook)
- Label
- Tags
- Helper text
- Comma separated
- Slug
- tags
- Required
- false
- Can have default value
- true
- Filter code method
- Evernote.createNoteWithLink.setTags(string: tags)