This trigger fires when a habit is updated with a new status.
Developer info
- API endpoint slug
- habitify.new_status
Trigger fields
Habit ID Dropdown list
- Label
- Habit
- Slug
- habit_id
- Required
- true
- Can have default value
- false
Ingredients
StatusThe status of a habit
- Slug
- status
- Filter code
- Habitify.newStatus.Status
- Type
- String
- Example
- completed
Habit nameName of the habit
- Slug
- habit_name
- Filter code
- Habitify.newStatus.HabitName
- Type
- String
- Example
- Running
DateThe date when the new habit status is created
- Slug
- date
- Filter code
- Habitify.newStatus.Date
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00