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 note in Histre.
- 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)