TickTick
Actions
| Name | Description |
|---|---|
create_taskCreates a new in a specific list. | Creates a new in a specific list. |
update_taskUpdate an existing task. | Update an existing task. |
get_taskRetrieves the details of a specific task. | Retrieves the details of a specific task. |
delete_taskDeletes an existing task. | Deletes an existing task. |
complete_taskMarks an existing task as completed. | Marks an existing task as completed. |
find_taskFinds tasks in a specific project by their title. | Finds tasks in a specific project by their title. |
get_projectRetrieves the details of a specific task list by ID. | Retrieves the details of a specific task list by ID. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_task_createdTriggers when a new task is created in a selected project. | Triggers when a new task is created in a selected project. |
Quick Start
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.