Close menu
Explore Plans
Mobile menu Close menu
Toggl Track

Create time entry

This action creates a time entry in your Toggl Track workspace.

Developer info

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

Action fields

Workspace Dropdown list

Label
Workspace
Helper text
Select the organization & workspace
Slug
workspace
Required
true
Can have default value
false

Project Dropdown list

Label
Project
Helper text
Select the project for this entry.
Slug
project_id
Required
true
Can have default value
false

Start time Text input > ISO 8601 date and time

Label
Start time
Helper text
Enter the start time of the entry
Slug
start_time
Required
true
Can have default value
true
Filter code method
TogglTrack.createTimeEntry.setStart Time(string: start_time)

Stop time Text input > ISO 8601 date and time

Label
Stop time
Helper text
The stop time of the entry
Slug
stop_time
Required
true
Can have default value
true
Filter code method
TogglTrack.createTimeEntry.setStop Time(string: stop_time)

Description Text input > Short text

Label
Description
Helper text
Enter the description of the time entry
Slug
description
Required
false
Can have default value
true
Filter code method
TogglTrack.createTimeEntry.setDescription(string: description)

Task Dropdown list

Label
Task
Helper text
Select the task from the list.
Slug
task
Required
false
Can have default value
false

Tags Checkboxes

Label
Tags
Helper text
Select the tags from the list.
Slug
tags
Required
false
Can have default value
false