create_time_entry
Track and log time entries in Clockify by specifying workspace, start time, and optional details like project, task, tags, and billable status for precise time management.
Instructions
Create a new time entry
Input Schema
Name | Required | Description | Default |
---|---|---|---|
billable | No | Whether the entry is billable (optional) | |
description | No | Time entry description | |
end | No | End time (ISO 8601 format, optional for ongoing entries) | |
projectId | No | Project ID (optional) | |
start | Yes | Start time (ISO 8601 format) | |
tagIds | No | Array of tag IDs (optional) | |
taskId | No | Task ID (optional) | |
workspaceId | Yes | Workspace ID |