This action starts a time entry in your Toggl Track workspace.
- API endpoint slug
- toggl_track.start_time_entry
- Filter code method
- TogglTrack.startTimeEntry.skip(string?: reason)
- Runtime method
- runAction("toggl_track.start_time_entry", {})
Action fields
- Label
- Workspace
- Helper text
- Select the organization & workspace
- Slug
- workspace
- Required
- true
- Can have default value
- false
- Label
- Project
- Helper text
- Select the project for this entry.
- Slug
- project_id
- Required
- true
- Can have default value
- false
- 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.startTimeEntry.setStart Time(string: start_time)
- Label
- Description
- Helper text
- Enter the description of the time entry
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- TogglTrack.startTimeEntry.setDescription(string: description)
- Label
- Task
- Helper text
- Select the task from the list.
- Slug
- task
- Required
- false
- Can have default value
- false
- Label
- Tags
- Helper text
- Select the tags from the list.
- Slug
- tags
- Required
- false
- Can have default value
- false