Explore Plans
Mobile menu Close menu
Clockify

Start timer

This action starts a new time entry.

Developer info

API endpoint slug
clockify.start_timer
Filter code method
Clockify.startTimer.skip(string?: reason)
Runtime method
runAction("clockify.start_timer", {})

Action fields

Workspace project Nested dropdown list

Label
Workspace / Project
Helper text
Select a workspace or a specific project
Slug
workspace_project
Required
true
Can have default value
false

Task Text input > Title

Label
Task
Helper text
Enter task name (optional)
Slug
task
Required
false
Can have default value
true

Tags Text input > Tags

Label
Tags
Helper text
Comma-separated list of tag names
Slug
tags
Required
false
Can have default value
true
Filter code method
Clockify.startTimer.setTags(string: tags)

Description Text input > Title

Label
Description
Slug
description
Required
false
Can have default value
true
Filter code method
Clockify.startTimer.setDescription(string: description)

Billable Dropdown list

Label
Is project billable?
Slug
billable
Required
false
Can have default value
true
Filter code method
Clockify.startTimer.setBillable(string: billable)
Help