teamleader_time_tracking_add
Add a time tracking entry to Teamleader Focus and create a time log record for projects, tasks, or deals.
Instructions
Add a time tracking entry. SIDE EFFECT: creates a time log record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | Yes | Duration in seconds | |
| started_at | Yes | Start datetime (ISO 8601) | |
| subject_id | No | Subject ID (requires subject_type) | |
| description | No | Description of the work done | |
| invoiceable | No | Whether this time is invoiceable | |
| subject_type | No | Subject type (e.g. project, task, deal) | |
| work_type_id | No | Work type ID |