create_time_entry
Create time entries in Clockify by specifying start time, description, and optional project details for tracking work hours.
Instructions
Create time entry (low-level). Prefer start_timer or log_time instead.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | No | Workspace ID (defaults to active workspace) | |
| start | Yes | Start time (ISO 8601). Use current time to start a timer. | |
| end | No | End time (ISO 8601). Omit to start a running timer. | |
| description | No | Description of work done | |
| projectId | No | Project ID | |
| taskId | No | Task ID | |
| billable | No | Whether entry is billable |