# Clockify

Clockify is a free time tracking software that allows individuals and teams to track work hours across projects.

- **Category:** time tracking software
- **Auth:** API_KEY, OAUTH2
- **Composio Managed App Available?** No
- **Tools:** 75
- **Triggers:** 0
- **Slug:** `CLOCKIFY`
- **Version:** 20260506_00

## Tools

### Add User to Group

**Slug:** `CLOCKIFY_ADD_USER_TO_GROUP`

Tool to add a user to a user group in a Clockify workspace. Use when you need to add a specific user to an existing group.

### Create Client

**Slug:** `CLOCKIFY_CREATE_CLIENT`

Tool to add a new client to a workspace. Use when you need to create a client in a specific workspace.

### Create New Project

**Slug:** `CLOCKIFY_CREATE_NEW_PROJECT`

Tool to create a new project in a Clockify workspace. Use when you need to create a project with name, color, billable status, visibility, and optional client association.

### Create Shared Report

**Slug:** `CLOCKIFY_CREATE_SHARED_REPORT`

Tool to create a shared report in Clockify. Use when generating shareable summary, detailed, or weekly reports with custom date ranges and grouping options.

### Create Task

**Slug:** `CLOCKIFY_CREATE_TASK`

Tool to add a new task to a project in Clockify. Use when you need to create a task with optional time estimates, assignees, and billable status.

### Create Templates On Workspace

**Slug:** `CLOCKIFY_CREATE_TEMPLATES_ON_WORKSPACE`

Tool to create templates on a Clockify workspace. Use when you need to create one or more templates with associated projects and tasks for reusable project structures.

### Create Time Entry

**Slug:** `CLOCKIFY_CREATE_TIME_ENTRY`

Tool to create a new time entry in a Clockify workspace. Use when logging time with start/end timestamps, project/task/tag associations, and billable status.

### Create User Group

**Slug:** `CLOCKIFY_CREATE_USER_GROUP`

Tool to create a new user group in a workspace. Use when you need to add a group to organize users within a specific workspace.

### Create User Time Entry

**Slug:** `CLOCKIFY_CREATE_USER_TIME_ENTRY`

Tool to create a time entry for another user in a Clockify workspace. Use when adding time logs on behalf of team members with admin/manager permissions.

### Create Webhook

**Slug:** `CLOCKIFY_CREATE_WEBHOOK`

Tool to create a new webhook in a workspace. Use when you want to subscribe to workspace events by registering a callback URL.

### Create Workspace

**Slug:** `CLOCKIFY_CREATE_WORKSPACE`

Tool to create a new workspace in Clockify. Use when you need to set up a new workspace for time tracking and project management.

### Delete Client

**Slug:** `CLOCKIFY_DELETE_CLIENT`

Permanently deletes a client from a Clockify workspace. Returns the deleted client's data. Warning: This action is irreversible. Ensure the client has no associated projects or time entries.

### Delete Project

**Slug:** `CLOCKIFY_DELETE_PROJECT`

Tool to delete a project from a workspace. Use when you need to permanently remove a project. Warning: This action is irreversible and may affect associated time entries and tasks.

### Delete Shared Report

**Slug:** `CLOCKIFY_DELETE_SHARED_REPORT`

Tool to delete a shared report from a workspace by ID. Use when you need to remove a shared report that is no longer needed.

### Delete Tag

**Slug:** `CLOCKIFY_DELETE_TAG`

Tool to delete a tag from a Clockify workspace. Use when you need to remove an existing tag by its ID.

### Delete Task

**Slug:** `CLOCKIFY_DELETE_TASK`

Tool to delete a task from a project in Clockify. Use when removing tasks that are no longer needed or were created by mistake.

### Delete Template

**Slug:** `CLOCKIFY_DELETE_TEMPLATE`

Tool to delete a template from a Clockify workspace. Returns the deleted template's data including entries, projects, and tasks.

### Delete Time Entry

**Slug:** `CLOCKIFY_DELETE_TIME_ENTRY`

Tool to delete a time entry from a workspace by ID. Use for cleanup workflows such as removing bad imports, duplicates, or cancelled entries.

### Delete User Group

**Slug:** `CLOCKIFY_DELETE_USER_GROUP`

Tool to delete a user group from a workspace. Use when you need to remove an existing user group by its ID.

### Delete User Time Entries

**Slug:** `CLOCKIFY_DELETE_USER_TIME_ENTRIES`

Tool to delete multiple time entries for a user in a workspace. Use for bulk cleanup such as removing test data, correcting erroneous imports, or batch deleting cancelled work periods.

### Delete Webhook

**Slug:** `CLOCKIFY_DELETE_WEBHOOK`

Tool to delete a webhook from a workspace. Use when you need to remove an existing webhook by its ID.

### Duplicate Time Entry

**Slug:** `CLOCKIFY_DUPLICATE_TIME_ENTRY`

Tool to duplicate an existing time entry in a Clockify workspace. Use when creating a copy of a time entry with the same attributes (project, task, tags, description, billable status).

### Filter Workspace Users

**Slug:** `CLOCKIFY_FILTER_WORKSPACE_USERS`

Tool to filter users in a workspace by advanced criteria. Use when you need a paginated, sortable list of workspace users matching multiple filters.

### Find User's Team Managers

**Slug:** `CLOCKIFY_FIND_USER_TEAM_MANAGER`

Retrieves the list of team managers assigned to a specific user in a Clockify workspace. Team managers are users who have supervisory responsibilities over other users. Use this after obtaining valid workspace and user IDs from other actions.

### Generate Detailed Report

**Slug:** `CLOCKIFY_GENERATE_DETAILED_REPORT`

Tool to generate a detailed time entry report with filtering and pagination. Use when you need comprehensive time tracking data with project, client, user, and tag breakdowns for reporting or analysis.

### Generate Expense Report

**Slug:** `CLOCKIFY_GENERATE_EXPENSE_REPORT`

Tool to generate a detailed expense report for a Clockify workspace. Use when you need to retrieve and analyze expense data within a specific date range for reporting, invoicing, or financial analysis.

### Generate New Webhook Token

**Slug:** `CLOCKIFY_GENERATE_NEW_WEBHOOK_TOKEN`

Tool to generate a new webhook token. Use after confirming workspace and webhook IDs.

### Generate Summary Report

**Slug:** `CLOCKIFY_GENERATE_SUMMARY_REPORT`

Tool to generate a summary report for time entries in a Clockify workspace. Use when you need aggregated time tracking data grouped by projects, users, clients, or other criteria for high-level analysis and reporting.

### Generate Weekly Report

**Slug:** `CLOCKIFY_GENERATE_WEEKLY_REPORT`

Tool to generate a weekly time entry report for a workspace with grouped data. Use when you need detailed weekly breakdowns of time entries organized by user, project, task, or other dimensions.

### Get All Addon Webhooks

**Slug:** `CLOCKIFY_GET_ALL_ADDON_WEBHOOKS`

Tool to list all webhooks for an addon in a workspace. Use after confirming workspace and addon IDs.

### Get All My Workspaces

**Slug:** `CLOCKIFY_GET_ALL_MY_WORKSPACES`

Tool to list all workspaces the user belongs to. Use when you need an overview of accessible workspaces after authentication. Verify the correct workspace ID from the returned list before using it in subsequent operations — wrong workspace IDs misroute all entries. Each workspace object may include settings such as forceTasks; when enabled, time entry creation requires a valid taskId or returns HTTP 400 (code 501).

### Get All Webhooks

**Slug:** `CLOCKIFY_GET_ALL_WEBHOOKS`

Tool to list all webhooks in a workspace. Use when you need to retrieve defined webhooks after confirming the workspace ID.

### Get Client By ID

**Slug:** `CLOCKIFY_GET_CLIENT_BY_ID`

Retrieves detailed information about a specific client in a Clockify workspace. Returns client details including name, contact information (email, address), billing currency, and archived status. Use 'Get All My Workspaces' to obtain workspace_id and 'Get Clients' to obtain client_id before calling this action.

### Get Clients

**Slug:** `CLOCKIFY_GET_CLIENTS`

Tool to list clients in a workspace. Use after obtaining a workspace ID.

### Get Created Entities

**Slug:** `CLOCKIFY_GET_CREATED_ENTITIES`

Tool to retrieve created entities within a workspace (Experimental). Use when you need to track incremental changes or newly created time entries, projects, clients, or other entity types.

### Get Currently Logged In User Info

**Slug:** `CLOCKIFY_GET_CURRENTLY_LOGGED_IN_USER_INFO`

Tool to retrieve info about the authenticated user. Use when verifying credentials and needing current user context after authentication.

### Get Deleted Entities

**Slug:** `CLOCKIFY_GET_DELETED_ENTITIES`

Tool to retrieve information about entities deleted within a date range (Experimental API). Use when you need to track incremental changes or identify deleted records for synchronization purposes.

### Get Holidays

**Slug:** `CLOCKIFY_GET_HOLIDAYS`

Tool to retrieve all holidays for a workspace. Use when you need to list or filter workspace holidays after confirming the workspace ID.

### Get Holidays In Period

**Slug:** `CLOCKIFY_GET_HOLIDAYS_IN_PERIOD`

Tool to retrieve holidays in a specific period. Use when you need holidays assigned to a user between two dates after confirming the workspace ID.

### Get In Progress Time Entries

**Slug:** `CLOCKIFY_GET_IN_PROGRESS_TIME_ENTRIES`

Tool to retrieve all currently running time entries in a workspace. Use when you need to check which timers are active or see who is currently tracking time.

### Get member's profile

**Slug:** `CLOCKIFY_GET_MEMBER_PROFILE`

Tool to get a member's profile in a workspace. Use when you need detailed profile info after identifying the workspace and user.

### Get Project

**Slug:** `CLOCKIFY_GET_PROJECT`

Tool to retrieve detailed information about a specific project by ID. Use when you need to get project details such as name, billable status, budget estimates, rates, and memberships.

### Get Projects

**Slug:** `CLOCKIFY_GET_PROJECTS`

Tool to list projects in a workspace with filtering and pagination. Use after obtaining a workspace ID.

### Get Shared Report

**Slug:** `CLOCKIFY_GET_SHARED_REPORT`

Tool to retrieve a shared report by ID from Clockify. Returns report data including totals, charts, groupings, and filter configuration. Use when you need to access and analyze shared report data. Note: This endpoint uses the Reports API domain (reports.api.clockify.me).

### Get Shared Reports

**Slug:** `CLOCKIFY_GET_SHARED_REPORTS`

Tool to retrieve all shared reports in a workspace. Use when you need to view reports that have been shared within the workspace.

### Get Tag By ID

**Slug:** `CLOCKIFY_GET_TAG`

Tool to retrieve detailed information about a specific tag by ID in a Clockify workspace. Use when you need to get tag details including name, workspace ID, and archived status.

### Get Tags

**Slug:** `CLOCKIFY_GET_TAGS`

Tool to find and list tags in a workspace. Use when you need to view all tags or filter tags by name or archived status.

### Get Task

**Slug:** `CLOCKIFY_GET_TASK`

Retrieves detailed information about a specific task in a Clockify project. Returns task details including name, assignees, estimates, billable status, and rates. Use this to inspect or verify task information within a project.

### Get Tasks

**Slug:** `CLOCKIFY_GET_TASKS`

Tool to find all tasks on a specific project in a workspace. Use when you need to list, search, or filter tasks for project management.

### Get Template By ID On Workspace

**Slug:** `CLOCKIFY_GET_TEMPLATE_BY_ID_ON_WORKSPACE`

Tool to retrieve a specific template by ID from a Clockify workspace. Use when you need to fetch template details including projects and tasks, optionally hydrated or cleansed. Note: This endpoint is deprecated in the API but remains functional.

### Get Templates On Workspace

**Slug:** `CLOCKIFY_GET_TEMPLATES_ON_WORKSPACE`

Tool to list all templates in a workspace. Use when you need to retrieve available templates for creating projects or time entries.

### Get Time Entries

**Slug:** `CLOCKIFY_GET_TIME_ENTRIES`

Tool to retrieve historical time entries for a user in a workspace with filters. Use when you need to audit, summarize, or analyze time logs for reporting or invoicing.

### Get Time Entry

**Slug:** `CLOCKIFY_GET_TIME_ENTRY`

Tool to retrieve a specific time entry by ID from a workspace. Use when you need to inspect details of a particular time entry for auditing, reporting, or further processing.

### Get Updated Entities

**Slug:** `CLOCKIFY_GET_UPDATED_ENTITIES`

Tool to retrieve entities that have been updated in a workspace (Experimental). Use when tracking incremental changes to time entries, expenses, custom fields, or other entity types for synchronization or audit purposes.

### Get User Groups

**Slug:** `CLOCKIFY_GET_USER_GROUPS`

Tool to find all user groups in a workspace. Use when you need to retrieve all groups that organize users within a specific workspace.

### Get Webhook By ID

**Slug:** `CLOCKIFY_GET_WEBHOOK_BY_ID`

Retrieves detailed information about a specific webhook in a Clockify workspace. Returns the webhook's name, URL, event type, trigger source configuration, auth token, and enabled status. Use this to inspect or verify webhook settings.

### Get Webhook Logs

**Slug:** `CLOCKIFY_GET_WEBHOOK_LOGS`

Tool to retrieve webhook logs for a specific webhook. Use when you need to inspect webhook delivery history, debug failed webhook calls, or monitor webhook activity.

### Get Workspace Info

**Slug:** `CLOCKIFY_GET_WORKSPACE_INFO`

Retrieves detailed information about a specific Clockify workspace. Use this tool to get workspace configuration, settings, memberships, and features. Requires a workspace ID which can be obtained from 'Get All My Workspaces' action. Returns workspace details including: - Name and ID - Cost rates and hourly rates - Subscription type and enabled features - Membership information - Workspace settings (time tracking mode, permissions, etc.)

### List Assignments

**Slug:** `CLOCKIFY_LIST_ASSIGNMENTS`

Tool to retrieve all scheduling assignments in a workspace. Use when you need to view team member assignments to projects within a specific date range.

### Remove User From Group

**Slug:** `CLOCKIFY_REMOVE_USER_FROM_GROUP`

Tool to remove a user from a group in Clockify. Returns the updated user group details after removal.

### Stop User Timer

**Slug:** `CLOCKIFY_STOP_USER_TIMER`

Tool to stop a currently running timer for a user in a workspace. Use when ending an active time tracking session by providing the end timestamp.

### Update Client

**Slug:** `CLOCKIFY_UPDATE_CLIENT`

Tool to update an existing client in a Clockify workspace. Use when you need to modify client details such as name, email, address, or archived status.

### Update Project

**Slug:** `CLOCKIFY_UPDATE_PROJECT`

Tool to update an existing project in a Clockify workspace. Use when modifying project details like name, color, billable status, or client associations.

### Update Project Memberships

**Slug:** `CLOCKIFY_UPDATE_PROJECT_MEMBERSHIPS`

Tool to update project memberships in Clockify. Use when you need to add users to a project or modify their rates.

### Update Project User Hourly Rate

**Slug:** `CLOCKIFY_UPDATE_PROJECT_USER_HOURLY_RATE`

Tool to update a project user's billable rate. Use when you need to set or change the hourly rate for a specific user on a project.

### Update Shared Report

**Slug:** `CLOCKIFY_UPDATE_SHARED_REPORT`

Tool to update an existing shared report in Clockify. Use when modifying report name, visibility, date settings, or filter configuration.

### Update Tag

**Slug:** `CLOCKIFY_UPDATE_TAG`

Tool to update a tag in a Clockify workspace. Use when you need to rename a tag or archive/unarchive it.

### Update Task

**Slug:** `CLOCKIFY_UPDATE_TASK`

Tool to update an existing task on a project in Clockify. Use when modifying task details like name, assignees, status, estimates, or billing settings.

### Update Template

**Slug:** `CLOCKIFY_UPDATE_TEMPLATE`

Tool to update a template in a Clockify workspace. Use when you need to modify a template's name. Note: This endpoint is deprecated in API v1.

### Update Time Entries

**Slug:** `CLOCKIFY_UPDATE_TIME_ENTRIES`

Tool to bulk update multiple time entries in a Clockify workspace. Use when modifying multiple time logs simultaneously with start/end times, descriptions, billable status, or project/task associations.

### Update Time Entry

**Slug:** `CLOCKIFY_UPDATE_TIME_ENTRY`

Tool to update an existing time entry in a Clockify workspace. Use when modifying time logs including start/end times, description, billable status, or project/task associations.

### Update User Group

**Slug:** `CLOCKIFY_UPDATE_USER_GROUP`

Tool to update an existing user group in a workspace. Use when you need to modify the name of a user group.

### Update User Hourly Rate

**Slug:** `CLOCKIFY_UPDATE_USER_HOURLY_RATE`

Tool to update a user's hourly rate in a Clockify workspace. Use when you need to set or change the billable hourly rate for a specific user.

### Update Webhook

**Slug:** `CLOCKIFY_UPDATE_WEBHOOK`

Tool to update a webhook in a workspace. Use when you need to modify an existing webhook's configuration such as its name, URL, event type, or trigger sources.

### Update Workspace Hourly Rate

**Slug:** `CLOCKIFY_UPDATE_WORKSPACE_HOURLY_RATE`

Tool to update the workspace billable hourly rate. Use when you need to set or modify the default hourly billing rate for a workspace.
