Log bedtime in Habitify when Withings Sleep detects you’re in bed
This action will create a new note
Developer info
- 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 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: note_content)
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)