Short answer: You can create time entry in Clockify by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Clockify Create Time Entry action to a workflow, map its 6 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Workspace ID workspaceId | string | Required | Workspace ID |
Project ID projectId | string | Optional | Project ID |
Description description | string | Optional | Description. e.g. "Working on feature X" |
Start Time start | datetime | Required | Start Time. (date/time) |
End Time end | datetime | Required | End Time. (date/time) |
Billable billable | boolean | Optional | Billable |
{"workspaceId": "{{trigger.workspaceId}}","projectId": "{{trigger.projectId}}","description": "Working on feature X","start": "{{trigger.start}}","end": "{{trigger.end}}"}
{"id": "te123","billable": true,"description": "Working on feature X","timeInterval": {"end": "2026-04-11T11:30:00Z","start": "2026-04-11T09:00:00Z","duration": "PT2H30M"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.