create_time_entry
Create a time entry to track work hours, with optional auto-creation of clients, projects, or deliverables if they don't exist.
Instructions
Create a time entry to track work. Can optionally auto-create client, project, or deliverable if they don't exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Notes about the time entry | |
| timerEnd | Yes | End time in ISO-8601 format (must be after start time) | |
| userEmail | Yes | Email of the workspace user who owns this time entry | |
| clientName | No | Exact name of the client | |
| timerStart | Yes | Start time in ISO-8601 format (e.g., 2024-01-15T09:00:00Z) | |
| projectName | No | Exact name of the project | |
| createClient | No | Auto-create client if not found | |
| createProject | No | Auto-create project if not found | |
| deliverableName | No | Exact name of the task/deliverable | |
| createDeliverable | No | Auto-create task/deliverable if not found |