New services
Explore Plans
Mobile menu Close menu
FuseBase (Formerly Nimbus Note)FuseBase (Formerly Nimbus Note)

Create note

This Action will create a new text note in a folder with tags 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 create a new text note in a folder with tags you specify.
API endpoint slug
nimbus_note.addnote
Filter code method
NimbusNote.addnote.skip(string?: reason)
Runtime method
runAction("nimbus_note.addnote", {})

Action fields

Title Text input > Title

Label
Note title
Slug
title
Required
true
Can have default value
true
Filter code method
NimbusNote.addnote.setTitle(string: title)

Text Text input > HTML

Label
Note body
Helper text
accepts some HTML
Slug
text
Required
true
Can have default value
true
Filter code method
NimbusNote.addnote.setText(string: text)

Folder Text input > Document title

Label
Folder
Helper text
defaults to My Notes
Slug
folder
Required
true
Can have default value
true
Filter code method
NimbusNote.addnote.setFolder(string: folder)

Tags Text input > Tags

Label
Tags
Helper text
comma separated
Slug
tags
Required
false
Can have default value
true
Filter code method
NimbusNote.addnote.setTags(string: tags)