clockodo_clock_start
Start live time tracking for a customer and service. Optionally add project, text, or billable flag. Check current running clock first, since only one can run at a time.
Instructions
Starts the running clock (live tracking). Required: customers_id, services_id. Optional: projects_id, text, billable. Only one clock can run at a time — check clockodo_clock_status first. Time is counted live until stopped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | ||
| billable | No | ||
| projects_id | No | ||
| services_id | Yes | ||
| customers_id | Yes |