Automate Habitica for free on Stepper
Habitica is a free habit-building and productivity app that treats your real life like a role-playing game. Level up your life by challenging yourself to build good habits and stop bad ones.
Triggers available for Habitica on Stepper
Task Scored
Triggers when the authenticated user scores a task up or down (marks it done or logs a habit).
- 1 parameter s
User Leveled Up
Triggers when the authenticated user gains a level.
Actions available for Habitica on Stepper
Create Task
Creates a new task (habit, daily, to-do, or reward) for the authenticated user.
- 12 parameter s
Update Task
Updates an existing task's title, notes, priority, due date, or other properties.
- 7 parameter s
Delete Task
Deletes a task permanently. Cannot delete tasks belonging to active challenges.
- 1 parameter s
Score Task
Scores a task up (complete/positive) or down (negative habit). Updates user stats accordingly.
- 2 parameter s
Get Task
Looks up a single task by its UUID or alias and returns full task details.
- 1 parameter s
List Tasks
Lists all tasks for the authenticated user, optionally filtered by type.
- 1 parameter s
Create Tag
Creates a new tag that can be applied to tasks.
- 1 parameter s
Delete Tag
Deletes a tag and removes it from all tasks.
- 1 parameter s
Make HTTP Request
Make an HTTP request to any URL with full control over method, headers, and body.