This action will create a new mood
Developer info
- API endpoint slug
- habitify.create_new_mood
- Filter code method
- Habitify.createNewMood.skip(string?: reason)
- Runtime method
- runAction("habitify.create_new_mood", {})
Action fields
Mood Dropdown list
- Label
- Mood
- Slug
- mood
- Required
- true
- Can have default value
- true
- Filter code method
- Habitify.createNewMood.setMood(string: mood)
Date Text input > ISO 8601 date and time
- Label
- Date
- Slug
- date
- Required
- false
- Can have default value
- true
- Filter code method
- Habitify.createNewMood.setDate(string: date)