eavz
TickTick

TickTick

8 actions
1 trigger

Actions

Name
create_task

Creates a new in a specific list.

update_task

Update an existing task.

get_task

Retrieves the details of a specific task.

delete_task

Deletes an existing task.

complete_task

Marks an existing task as completed.

find_task

Finds tasks in a specific project by their title.

get_project

Retrieves the details of a specific task list by ID.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_task_created

Triggers when a new task is created in a selected project.

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'ticktick',
  actionName: 'create_task',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect TickTick to my app?

Use Weavz Hosted Connect for OAuth2 authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does TickTick support?

TickTick supports 8 actions including Create Task, Update Task, Get Task, Delete Task, Complete Task, and more.

Can I use TickTick with AI agents?

Yes. Add TickTick 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 TickTick use?

TickTick uses OAuth2. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the TickTick integration cost?

The TickTick integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does TickTick support?

TickTick supports 1 triggers including New Task Created.

Connect TickTick in 2 minutes

Get 1,000 free actions every month. No credit card required.