Clockify
Actions
| Name | Description |
|---|---|
create-taskCreates a new in a specific project. | Creates a new in a specific project. |
create-time-entryCreates a new time entry. | Creates a new time entry. |
start-timerStarts a new time entry. | Starts a new time entry. |
stop-timerStops currently running timer on specified workspace. | Stops currently running timer on specified workspace. |
find-taskFinds an existing task in a specific project. | Finds an existing task in a specific project. |
find-time-entryFinds a time entry by description, start datetime or end datetime. | Finds a time entry by description, start datetime or end datetime. |
find-running-timerFinds currently running timer on specified workspace. | Finds currently running timer on specified workspace. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new-taskTriggers when a new task is created in specified project. | Triggers when a new task is created in specified project. |
new-time-entryTriggers when a new time entry is created. | Triggers when a new time entry is created. |
new-timer-startedTriggers when a new entry is started and running. | Triggers when a new entry is started and running. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'clockify',
actionName: 'create-task',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Clockify to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Clockify support?
Clockify supports 8 actions including Create Task, Create Time Entry, Start Timer, Stop Timer, Find Task, and more.
Can I use Clockify with AI agents?
Yes. Add Clockify to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Clockify use?
Clockify uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Clockify integration cost?
The Clockify integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Clockify support?
Clockify supports 3 triggers including New Task, New Time Entry, New Timer Started.
Connect Clockify in 2 minutes
Get 1,000 free actions every month. No credit card required.