Clockify

Learn how to use Clockify with Composio

Overview

Enum

CLOCKIFY

Description

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

Authentication Details

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

Actions

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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
Tool to retrieve info about the authenticated user. use when verifying credentials and needing current user context after authentication.

Action Parameters

Action Response

data
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
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
object
error
string
successful
boolean
Tool to get details of a specific webhook. use after confirming workspace and webhook id.

Action Parameters

webhookId
stringRequired
workspaceId
stringRequired

Action Response

data
object
error
string
successful
boolean
Tool to get details of a specific workspace. use after obtaining the workspace id.

Action Parameters

workspaceId
stringRequired

Action Response

data
object
error
string
successful
boolean