toggl_create_time_entry
Create a new time entry in Toggl by providing workspace ID and start time. Add optional details like description, stop time, project ID, or API key for authentication.
Instructions
Create a new Toggl time entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | Yes | ||
| description | No | ||
| start | Yes | ||
| stop | No | ||
| project_id | No | ||
| api_key | No |