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
- Label
- Habit
- Slug
- habit_id
- Required
- true
- Can have default value
- false
- Label
- Content
- Slug
- note_content
- Required
- true
- Can have default value
- true
- Filter code method
- Habitify.createNewNote.setNoteContent(string: noteContent)
- Label
- Date
- Slug
- date
- Required
- false
- Can have default value
- true
- Filter code method
- Habitify.createNewNote.setDate(string: date)