Log a whole day
clockify_log_manyReconstruct a full workday by sending multiple finished time entries in one call. Each entry reports its own result, so one bad line does not lose the rest.
Instructions
Writes several finished entries in one call — a full workday reconstructed from notes or commits. Each entry reports its own result, so one bad line does not lose the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Day all entries belong to, unless one sets its own | |
| entries | Yes | The entries to write, in order | |
| user_id | No | User id, or `me` (default) for the owner of the API key. | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. | |
| stop_on_error | No | Abort at the first failure instead of reporting per entry (default false) |