AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
HabitifyHabitify

Update status of habit

This action will update the status of habit

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will update the status of habit
API endpoint slug
habitify.update_status
Filter code method
Habitify.updateStatus.skip(string?: reason)
Runtime method
runAction("habitify.update_status", {})

Action fields

Habit ID Dropdown list

Label
Habit
Slug
habit_id
Required
true
Can have default value
false

Status Dropdown list

Label
Status
Slug
status
Required
true
Can have default value
true
Filter code method
Habitify.updateStatus.setStatus(string: status)

Date Text input > ISO 8601 date and time

Label
Date
Slug
date
Required
false
Can have default value
true
Filter code method
Habitify.updateStatus.setDate(string: date)