Overview
Clockify is a free time-tracking platform. The Automize Clockify connector covers time entries, projects, clients, tags, reports, workspaces.
- Regions: Global.
- Plans: Free + paid (Standard, Pro, Enterprise).
Setting up the connection
Auth type: API Key.
- Clockify → Profile → API Keys → Generate.
- In Automize → Settings → Connectors → Clockify. Paste key.
Find your credentials at https://app.clockify.me/user/settings.
Rate limits
10 req/sec.
Data model
Time tracking:
Workspace ─┬─ Users
├─ Projects ─── Tasks
├─ Clients
├─ Tags
└─ Time EntriesAvailable operations
11 operations available. Click any row to jump to its detail.
| Operation | Category | What it does |
|---|---|---|
| Create Client | General | Create a client in a workspace |
| Create Project | General | Create a project in a workspace |
| Create Time Entry | General | Create a new time entry |
| Delete Time Entry | General | Delete a time entry |
| Get Current User | General | Get the authenticated user |
| List Clients | General | List clients in a workspace |
| List Projects | General | List projects in a workspace |
| List Tags | General | List tags in a workspace |
| List Time Entries | General | List time entries for a user |
| List Workspaces | General | List all workspaces |
| Update Time Entry | General | Update an existing time entry |
Operations
Create Client
Create a client in a workspace
| Parameter | Required | Type | Description |
|---|---|---|---|
Name name | Yes | text | |
Email email | Yes | text | |
Workspace Id workspace_id | Yes | text |
Create Project
Create a project in a workspace
| Parameter | Required | Type | Description |
|---|---|---|---|
Name name | Yes | text | |
Clientid clientId | Yes | text | |
Billable billable | Yes | text | |
Workspace Id workspace_id | Yes | text |
Create Time Entry
Create a new time entry
| Parameter | Required | Type | Description |
|---|---|---|---|
Start start | Yes | text | |
End end | Yes | text | |
Projectid projectId | Yes | text | |
Description description | Yes | text | |
Tagids tagIds | Yes | text | |
Workspace Id workspace_id | Yes | text |
Tips
- start + (end OR duration) + project + description.
Delete Time Entry
Delete a time entry
| Parameter | Required | Type | Description |
|---|---|---|---|
Workspace Id workspace_id | Yes | text | |
Time Entry Id time_entry_id | Yes | text |
Get Current User
Get the authenticated user
No input parameters.
List Clients
List clients in a workspace
| Parameter | Required | Type | Description |
|---|---|---|---|
Workspace Id workspace_id | Yes | text |
List Projects
List projects in a workspace
| Parameter | Required | Type | Description |
|---|---|---|---|
Workspace Id workspace_id | Yes | text |
Tips
- Filter by archived, name.
List Tags
List tags in a workspace
| Parameter | Required | Type | Description |
|---|---|---|---|
Workspace Id workspace_id | Yes | text |
List Time Entries
List time entries for a user
| Parameter | Required | Type | Description |
|---|---|---|---|
Workspace Id workspace_id | Yes | text | |
User Id user_id | Yes | text |
Tips
- Per user. Filter by date range.
List Workspaces
List all workspaces
No input parameters.
Update Time Entry
Update an existing time entry
| Parameter | Required | Type | Description |
|---|---|---|---|
Start start | Yes | text | |
End end | Yes | text | |
Projectid projectId | Yes | text | |
Description description | Yes | text | |
Workspace Id workspace_id | Yes | text | |
Time Entry Id time_entry_id | Yes | text |
FAQ
- Free unlimited?
- Yes – Clockify's free tier is unlimited users + projects.