This trigger fires when a habit is updated with a new status.
Developer info
- API endpoint slug
- habitify.new_status
Trigger fields
Habit Dropdown list
- Label
- Habit
- Slug
- habit_id
- Required
- true
- Can have default value
- false
Ingredients
Status The status of a habit
- Slug
- status
- Filter code
- Habitify.newStatus.Status
- Type
- String
- Example
- completed
Habit name Name of the habit
- Slug
- habit_name
- Filter code
- Habitify.newStatus.HabitName
- Type
- String
- Example
- Running
Date The 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+05:00