eavz
Clockify

Clockify

8 actions
3 triggers

Actions

Name
create-task

Creates a new in a specific project.

create-time-entry

Creates a new time entry.

start-timer

Starts a new time entry.

stop-timer

Stops currently running timer on specified workspace.

find-task

Finds an existing task in a specific project.

find-time-entry

Finds a time entry by description, start datetime or end datetime.

find-running-timer

Finds currently running timer on specified workspace.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new-task

Triggers when a new task is created in specified project.

new-time-entry

Triggers when a new time entry is created.

new-timer-started

Triggers when a new entry is started and running.

Quick Start

TypeScript
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.