New services
Explore Plans
Mobile menu Close menu
HabitifyHabitify

Create a new note

This action will create a new note

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
API endpoint slug
habitify.create_new_note
Filter code method
Habitify.createNewNote.skip(string?: reason)
Runtime method
runAction("habitify.create_new_note", {})

Action fields

Habit ID Dropdown list

Label
Habit
Slug
habit_id
Required
true
Can have default value
false

Note content Text input > Long text

Label
Content
Slug
note_content
Required
true
Can have default value
true
Filter code method
Habitify.createNewNote.setNoteContent(string: noteContent)

Date Text input > ISO 8601 date and time

Label
Date
Slug
date
Required
false
Can have default value
true
Filter code method
Habitify.createNewNote.setDate(string: date)