New services
Explore Plans
Mobile menu Close menu
PryvPryv

Add a note

This Action will add a note to the stream you specify.

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 add a note to the stream you specify.
API endpoint slug
pryv.new-note
Filter code method
Pryv.newNote.skip(string?: reason)
Runtime method
runAction("pryv.new-note", {})

Action fields

Stream ID Dropdown list

Label
Which stream?
Slug
streamId
Required
true
Can have default value
false

Content text Text input

Label
Content
Slug
contentText
Required
true
Can have default value
true
Filter code method
Pryv.newNote.setContentText(string: contentText)

Description Text input

Label
Description
Slug
description
Required
false
Can have default value
true
Filter code method
Pryv.newNote.setDescription(string: description)

Tags Text input

Label
Tags
Helper text
Optional
Slug
tags
Required
false
Can have default value
true
Filter code method
Pryv.newNote.setTags(string: tags)