Clockify
clockifyClockify is a free time tracking software that allows individuals and teams to track work hours across projects.
Acciones disponibles (19)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create ClientCLOCKIFY_CREATE_CLIENTAcciónTool to add a new client to a workspace. use when you need to create a client in a specific workspace.
CLOCKIFY_CREATE_CLIENTAcciónTool to add a new client to a workspace. use when you need to create a client in a specific workspace.
Parámetros de entrada
namestringRepresents client name (0..100 characters).
notestringRepresents additional notes for the client (0..3000 characters).
emailstringemailValid client email address.
addressstringRepresents client's address (0..3000 characters).
workspaceIdstringObligatorioRepresents workspace identifier across the system.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create WebhookCLOCKIFY_CREATE_WEBHOOKAcciónTool to create a new webhook in a workspace. use when you want to subscribe to workspace events by registering a callback url.
CLOCKIFY_CREATE_WEBHOOKAcciónTool to create a new webhook in a workspace. use when you want to subscribe to workspace events by registering a callback url.
Parámetros de entrada
urlstringObligatorioDestination URL for webhook notifications.
namestringObligatorioWebhook name (2..30 characters).
workspaceIdstringObligatorioRepresents workspace identifier across the system.
webhookEventstringObligatorioenumEvent type that triggers the webhook.
NEW_PROJECTNEW_TASKNEW_CLIENTNEW_TIMER_STARTEDTIMER_STOPPEDTIME_ENTRY_UPDATEDTIME_ENTRY_DELETEDTIME_ENTRY_SPLITNEW_TIME_ENTRYTIME_ENTRY_RESTOREDNEW_TAGUSER_DELETED_FROM_WORKSPACE+28triggerSourcestring[]ObligatorioList of resource IDs that will trigger the webhook.
triggerSourceTypestringObligatorioenumType of resource that triggers events.
PROJECT_IDUSER_IDTAG_IDTASK_IDWORKSPACE_IDUSER_GROUP_IDINVOICE_IDASSIGNMENT_IDEXPENSE_ID
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ClientCLOCKIFY_DELETE_CLIENTAcciónTool to delete a client from a workspace. use after archiving the client and confirming no associated data exists.
CLOCKIFY_DELETE_CLIENTAcciónTool to delete a client from a workspace. use after archiving the client and confirming no associated data exists.
Parámetros de entrada
idstringObligatorioRepresents client identifier to delete.
workspaceIdstringObligatorioRepresents workspace identifier across the system.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete WebhookCLOCKIFY_DELETE_WEBHOOKAcciónTool to delete a webhook from a workspace. use when you need to remove an existing webhook by its id.
CLOCKIFY_DELETE_WEBHOOKAcciónTool to delete a webhook from a workspace. use when you need to remove an existing webhook by its id.
Parámetros de entrada
webhookIdstringObligatorioWebhook identifier to delete.
workspaceIdstringObligatorioWorkspace identifier containing the webhook.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Filter Workspace UsersCLOCKIFY_FILTER_WORKSPACE_USERSAcciónTool to filter users in a workspace by advanced criteria. use when you need a paginated, sortable list of workspace users matching multiple filters.
CLOCKIFY_FILTER_WORKSPACE_USERSAcciónTool to filter users in a workspace by advanced criteria. use when you need a paginated, sortable list of workspace users matching multiple filters.
Parámetros de entrada
namestringFilter users by substring in name.
pageintegerPage number, must be >= 1.
emailstringFilter users by substring in email address.
rolesstring[]Filter users having any of these roles.
statusstringenumFilter users by membership status.
PENDINGACTIVEDECLINEDINACTIVEALLpageSizeintegerNumber of items per page (1 to 5000).
projectIdstringFilter users who have access to a specific project.
sortOrderstringenumSort order.
ASCENDINGDESCENDINGsortColumnstringenumColumn to sort by.
IDEMAILNAMENAME_LOWERCASEACCESSHOURLYRATECOSTRATEuserGroupsstring[]Filter users belonging to these group IDs.
membershipsstringenumWhich memberships to include: ALL, NONE, WORKSPACE, PROJECT, USERGROUP.
ALLNONEWORKSPACEPROJECTUSERGROUPworkspaceIdstringObligatorioWorkspace identifier across the system.
includeRolesbooleanInclude detailed manager roles if true.
accountStatusesstring[]Filter users by account status.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find All Users On WorkspaceCLOCKIFY_FIND_ALL_USERS_ON_WORKSPACEAcciónTool 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."
CLOCKIFY_FIND_ALL_USERS_ON_WORKSPACEAcciónTool 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."
Parámetros de entrada
namestringFilter users by full or partial name.
pageintegerPage number for pagination (1-based).
emailstringFilter users by email address.
page-sizeintegerNumber of users per page for pagination.
workspaceIdstringObligatorioWorkspace identifier (UUID) to list users for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Find User's Team ManagersCLOCKIFY_FIND_USER_TEAM_MANAGERAcciónTool to get managers of a user in a workspace. use after confirming workspace and user ids are correct.
CLOCKIFY_FIND_USER_TEAM_MANAGERAcciónTool to get managers of a user in a workspace. use after confirming workspace and user ids are correct.
Parámetros de entrada
pageintegerPage number (must be >=1). Default: 1.
userIdstringObligatorioUser identifier across the system.
page-sizeintegerPage size (1-5000). Default: 50.
sort-orderstringenumSorting mode. Default: ASCENDING.
ASCENDINGDESCENDINGsort-columnstringenumSorting column criteria. Default: ID.
IDEMAILNAMENAME_LOWERCASEACCESSHOURLYRATECOSTRATEworkspaceIdstringObligatorioWorkspace identifier across the system.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate New Webhook TokenCLOCKIFY_GENERATE_NEW_WEBHOOK_TOKENAcciónTool to generate a new webhook token. use after confirming workspace and webhook ids.
CLOCKIFY_GENERATE_NEW_WEBHOOK_TOKENAcciónTool to generate a new webhook token. use after confirming workspace and webhook ids.
Parámetros de entrada
webhook_idstringObligatorioWebhook identifier across the system.
workspace_idstringObligatorioWorkspace identifier across the system.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All Addon WebhooksCLOCKIFY_GET_ALL_ADDON_WEBHOOKSAcciónTool to list all webhooks for an addon in a workspace. use after confirming workspace and addon ids.
CLOCKIFY_GET_ALL_ADDON_WEBHOOKSAcciónTool to list all webhooks for an addon in a workspace. use after confirming workspace and addon ids.
Parámetros de entrada
addonIdstringObligatorioRepresents addon identifier across the system.
workspaceIdstringObligatorioRepresents workspace identifier across the system.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All My WorkspacesCLOCKIFY_GET_ALL_MY_WORKSPACESAcciónTool to list all workspaces the user belongs to. use when you need an overview of accessible workspaces after authentication.
CLOCKIFY_GET_ALL_MY_WORKSPACESAcciónTool to list all workspaces the user belongs to. use when you need an overview of accessible workspaces after authentication.
Parámetros de entrada
rolesstring[]Optional list of roles to filter workspaces by (e.g., ['WORKSPACE_ADMIN','OWNER']).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get All WebhooksCLOCKIFY_GET_ALL_WEBHOOKSAcciónTool to list all webhooks in a workspace. use when you need to retrieve defined webhooks after confirming the workspace id.
CLOCKIFY_GET_ALL_WEBHOOKSAcciónTool to list all webhooks in a workspace. use when you need to retrieve defined webhooks after confirming the workspace id.
Parámetros de entrada
workspaceIdstringObligatorioWorkspace identifier (UUID) to list webhooks for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Client By IDCLOCKIFY_GET_CLIENT_BY_IDAcciónTool to get details of a client by id. use after confirming workspace and client ids.
CLOCKIFY_GET_CLIENT_BY_IDAcciónTool to get details of a client by id. use after confirming workspace and client ids.
Parámetros de entrada
idstringObligatorioRepresents client identifier across the system.
workspaceIdstringObligatorioRepresents workspace identifier across the system.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ClientsCLOCKIFY_GET_CLIENTSAcciónTool to list clients in a workspace. use after obtaining a workspace id.
CLOCKIFY_GET_CLIENTSAcciónTool to list clients in a workspace. use after obtaining a workspace id.
Parámetros de entrada
namestringFilter clients by name.
pageintegerPage number for pagination (1-based).
page-sizeintegerNumber of results per page.
workspaceIdstringObligatorioWorkspace identifier to list clients from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Currently Logged In User InfoCLOCKIFY_GET_CURRENTLY_LOGGED_IN_USER_INFOAcciónTool to retrieve info about the authenticated user. use when verifying credentials and needing current user context after authentication.
CLOCKIFY_GET_CURRENTLY_LOGGED_IN_USER_INFOAcciónTool to retrieve info about the authenticated user. use when verifying credentials and needing current user context after authentication.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get HolidaysCLOCKIFY_GET_HOLIDAYSAcciónTool to retrieve all holidays for a workspace. use when you need to list or filter workspace holidays after confirming the workspace id.
CLOCKIFY_GET_HOLIDAYSAcciónTool to retrieve all holidays for a workspace. use when you need to list or filter workspace holidays after confirming the workspace id.
Parámetros de entrada
endstringOptional end date in ISO 8601 format (YYYY-MM-DD) to filter holidays up to.
startstringOptional start date in ISO 8601 format (YYYY-MM-DD) to filter holidays from.
workspaceIdstringObligatorioWorkspace identifier to retrieve holidays from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Holidays In PeriodCLOCKIFY_GET_HOLIDAYS_IN_PERIODAcciónTool to retrieve holidays in a specific period. use when you need holidays assigned to a user between two dates after confirming the workspace id.
CLOCKIFY_GET_HOLIDAYS_IN_PERIODAcciónTool to retrieve holidays in a specific period. use when you need holidays assigned to a user between two dates after confirming the workspace id.
Parámetros de entrada
endstringObligatorioEnd date in yyyy-MM-dd format to filter holidays up to.
startstringObligatorioStart date in yyyy-MM-dd format to filter holidays from.
assigned-tostringObligatorioUser ID to filter holidays assigned to.
workspaceIdstringObligatorioWorkspace identifier to retrieve holidays from.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member's profileCLOCKIFY_GET_MEMBER_PROFILEAcciónTool to get a member's profile in a workspace. use when you need detailed profile info after identifying the workspace and user.
CLOCKIFY_GET_MEMBER_PROFILEAcciónTool to get a member's profile in a workspace. use when you need detailed profile info after identifying the workspace and user.
Parámetros de entrada
userIdstringObligatorioIdentifier of the user whose profile is retrieved
workspaceIdstringObligatorioIdentifier of the workspace to which the user belongs
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Webhook By IDCLOCKIFY_GET_WEBHOOK_BY_IDAcciónTool to get details of a specific webhook. use after confirming workspace and webhook id.
CLOCKIFY_GET_WEBHOOK_BY_IDAcciónTool to get details of a specific webhook. use after confirming workspace and webhook id.
Parámetros de entrada
webhookIdstringObligatorioRepresents webhook identifier across the system.
workspaceIdstringObligatorioRepresents workspace identifier across the system.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Workspace InfoCLOCKIFY_GET_WORKSPACE_INFOAcciónTool to get details of a specific workspace. use after obtaining the workspace id.
CLOCKIFY_GET_WORKSPACE_INFOAcciónTool to get details of a specific workspace. use after obtaining the workspace id.
Parámetros de entrada
workspaceIdstringObligatorioRepresents workspace identifier across the system.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not