Save new liked Instapaper items to Histre notes
This action will create a new note in Histre.
Developer info
- API endpoint slug
- histre.add_note
- Filter code method
- Histre.addNote.skip(string?: reason)
- Runtime method
- runAction("histre.add_note", {})
Action fields
Url Text input > Link
- Label
- URL
- Slug
- url
- Required
- false
- Can have default value
- true
- Filter code method
- Histre.addNote.setUrl(string: url)
Title Text input > Document title
- Label
- Title
- Slug
- title
- Required
- false
- Can have default value
- true
- Filter code method
- Histre.addNote.setTitle(string: title)
Note Text input > Long text
- Label
- Note
- Slug
- note
- Required
- false
- Can have default value
- true
- Filter code method
- Histre.addNote.setNote(string: note)