create_task
Create a time tracking task by providing a client ID and description.
Instructions
Create a new task for time tracking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | Client ID (hashed string) | |
| description | Yes | Task description | |
| rate | No | Hourly rate (defaults to client rate) | |
| project_id | No | Project ID | |
| status_id | No | Task status ID | |
| custom_value1 | No | Custom field 1 | |
| custom_value2 | No | Custom field 2 |