New services
Explore Plans
Mobile menu Close menu
HistreHistre

Create note

This action will create a new note in Histre.

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
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)