App
Clockify
Clockify is a completely free time tracking software for teams. It's a simple time tracker and timesheet app for tracking work hours on projects.
What your agent can do with Clockify
Triggers and actions 7 triggers · 24 actions
- TriggerNew Client
Triggers when a new client is added to a workspace.
- TriggerNew Project
Triggers when a new project is added to a workspace.
- TriggerNew Tag
Triggers when a new tag is added to a workspace.
- TriggerNew Task
Triggers when a new task is added to a project on a specified workspace.
- TriggerNew Time Entry
Triggers when a new time entry is added.
- TriggerNew Timer Started
Triggers when a new entry is started and running.
- TriggerNew Workspace
Triggers when a new workspace is created.
- ActionCreate Client
Creates a client on a specified workspace.
- ActionCreate Project
Creates a project on a specified workspace.
- ActionCreate Tag
Creates a tag on a specified workspace.
- ActionCreate Task
Creates a task on a specified project.
- ActionCreate Time Entry
Creates a new time entry on a specified workspace.
- ActionDelete Client
Delete a client from a workspace. DELETE /v1/workspaces/{workspaceId}/clients/{id}
- ActionDelete Project
Delete a project from a workspace. DELETE /v1/workspaces/{workspaceId}/projects/{projectId}
- ActionDelete Tag
Delete a tag from a workspace. DELETE /v1/workspaces/{workspaceId}/tags/{id}
- ActionDelete Task
Delete a task from a project. DELETE /v1/workspaces/{workspaceId}/projects/{projectId}/tasks/{taskId}
- ActionDelete Time Entry
Delete a time entry from a workspace. DELETE /v1/workspaces/{workspaceId}/time-entries/{id}
- ActionFind Client
Finds a client by name on a specified workspace.
- ActionFind Project
Finds a project by name on a specified workspace.
- ActionFind Running Timer
Finds a currently running time entry on a specified workspace.
- ActionFind Tag
Finds a tag on a specified workspace.
- ActionFind Task
Finds a task by name on a specified project and workspace.
- ActionFind Time Entry
Finds a time entry by description, start datetime or end datetime.
- ActionList Workspaces
List all workspaces the authenticated user belongs to. GET /v1/workspaces
- ActionStart Timer
Starts a new time entry.
- ActionStop Timer
Stops currently running time entry on a specified workspace.
- ActionUpdate Client
Update a client's name/note/archived status. PUT /v1/workspaces/{workspaceId}/clients/{id}
- ActionUpdate Project
Update a project's name/color/client/billable status/dates. PUT /v1/workspaces/{workspaceId}/projects/{projectId}
- ActionUpdate Tag
Update a tag's name/archived status on a workspace. PUT /v1/workspaces/{workspaceId}/tags/{id}
- ActionUpdate Task
Update a task's name/status/assignee/estimate on a project. PUT /v1/workspaces/{workspaceId}/projects/{projectId}/tasks/{taskId}
- ActionUpdate Time Entry
Update a time entry's start/end/description/project/task/billable/tags on a workspace. PUT /v1/workspaces/{workspaceId}/time-entries/{id}
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Clockify API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.