start_my_clock
Start a time tracking session for the authenticated user, requiring customer and service IDs, with optional project, billable flag, and text description.
Instructions
Start the clock for the authenticated user.
Args: customers_id: ID of the customer services_id: ID of the service billable: Whether the entry is billable (1) or not (0) projects_id: Optional project ID text: Optional description
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| billable | No | ||
| projects_id | No | ||
| services_id | Yes | ||
| customers_id | Yes |