toggl_create_time_entry
Create a new time entry in Toggl Track, supporting past dates, project assignment, billable flags, tags, and flexible start/stop times.
Instructions
Create a new time entry. Supports past dates - you can create time slots for any date in the past with an assigned project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | Numeric workspace ID | |
| description | No | Time entry description | |
| project_id | No | Project ID to assign | |
| billable | No | Whether the entry is billable | |
| tags | No | Tags for the entry | |
| start | Yes | Start time in ISO 8601 format (e.g. 2026-06-08T07:00:00.000Z). Supports past dates. | |
| stop | No | Stop time in ISO 8601 format. Omit for a running entry. | |
| duration | No | Duration in seconds. If stop is provided, duration is calculated automatically. |