Explore Plans
Mobile menu Close menu
Clockify

Create time entry

This action creates a new time entry on a specified workspace.

Developer info

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

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

Start time Text input > ISO 8601 date and time

Label
Start date & time
Helper text
Ex. 2024-07-01T10:00:00Z
Slug
start_time
Required
true
Can have default value
true
Filter code method
Clockify.createTimeEntry.setStart Time(string: start_time)

End time Text input > ISO 8601 date and time

Label
End date & time
Helper text
Ex. 2024-07-01T11:30:00Z
Slug
end_time
Required
true
Can have default value
true
Filter code method
Clockify.createTimeEntry.setEnd Time(string: end_time)

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.createTimeEntry.setTags(string: tags)

Description Text input > Title

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

Billable Dropdown list

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