Clockify

Learn how to use Clockify with Composio

Overview

SLUG

CLOCKIFY

Description

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

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
string
bearer_token
string
subdomain
stringRequired
generic_api_key
stringRequired

Tools

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.

Action Parameters

address
string
email
string
name
string
note
string
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

name
stringRequired
triggerSource
arrayRequired
triggerSourceType
stringRequired
url
stringRequired
webhookEvent
stringRequired
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOCKIFY_DELETE_CLIENT

Tool to delete a client from a workspace. use after archiving the client and confirming no associated data exists.

Action Parameters

id
stringRequired
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOCKIFY_DELETE_WEBHOOK

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

Action Parameters

webhookId
stringRequired
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

accountStatuses
array
email
string
includeRoles
boolean
memberships
stringDefaults to NONE
name
string
page
integerDefaults to 1
pageSize
integerDefaults to 50
projectId
string
roles
array
sortColumn
stringDefaults to EMAIL
sortOrder
stringDefaults to ASCENDING
status
stringDefaults to ALL
userGroups
array
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOCKIFY_FIND_ALL_USERS_ON_WORKSPACE

Tool to list all users in a workspace. use when you need to retrieve workspace members after confirming the workspace id. example: "find all users on workspace 64a687e29ae1f428e7ebe303."

Action Parameters

email
string
name
string
page
integer
page-size
integer
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOCKIFY_FIND_USER_TEAM_MANAGER

Tool to get managers of a user in a workspace. use after confirming workspace and user ids are correct.

Action Parameters

page
integerDefaults to 1
page-size
integerDefaults to 50
sort-column
stringDefaults to ID
sort-order
stringDefaults to ASCENDING
userId
stringRequired
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOCKIFY_GENERATE_NEW_WEBHOOK_TOKEN

Tool to generate a new webhook token. use after confirming workspace and webhook ids.

Action Parameters

webhook_id
stringRequired
workspace_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOCKIFY_GET_ALL_ADDON_WEBHOOKS

Tool to list all webhooks for an addon in a workspace. use after confirming workspace and addon ids.

Action Parameters

addonId
stringRequired
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

roles
array

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOCKIFY_GET_CLIENTS

Tool to list clients in a workspace. use after obtaining a workspace id.

Action Parameters

name
string
page
integer
page-size
integer
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOCKIFY_GET_CLIENT_BY_ID

Tool to get details of a client by id. use after confirming workspace and client ids.

Action Parameters

id
stringRequired
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

end
string
start
string
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

assigned-to
stringRequired
end
stringRequired
start
stringRequired
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

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.

Action Parameters

userId
stringRequired
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOCKIFY_GET_WEBHOOK_BY_ID

Tool to get details of a specific webhook. use after confirming workspace and webhook id.

Action Parameters

webhookId
stringRequired
workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: CLOCKIFY_GET_WORKSPACE_INFO

Tool to get details of a specific workspace. use after obtaining the workspace id.

Action Parameters

workspaceId
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired