time_timer_start
Start the user's timer, optionally against a contact, company or deal. Only one timer runs at a time: starting a new one stops and saves the running one (returned as stopped). The rate is taken from rate or, if omitted, from the last rate used for that deal/contact/company.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | Hourly rate as a decimal, e.g. "85". Optional. | |
| dealId | No | Deal UUID. Fills in the deal's contact and company automatically. | |
| billable | No | Default true. | |
| currency | No | ISO code for the rate. Defaults to the user's invoicing currency. | |
| companyId | No | Company UUID the time is for. | |
| contactId | No | Contact UUID the time is for. | |
| description | No | What the work is. |