Documentation
iOS / macOS
Native Shortcuts integration — trigger from lock screen, Control Center, menu bar, or hotkeys, and push straight into TickTick.
Tap "Get Shortcuts" on the Download page and add them in the Shortcuts app. Requires iOS 16 / macOS 12 or later and the TickTick app installed.
Add the shortcut to your home screen, a widget, or Control Center. Tap it — an input appears. Confirm, and the task is written directly into TickTick via URL Scheme without opening the app.
iOS/macOS Shortcuts One-Click Installation
If you are using Apple's Shortcuts app, we have pre-configured common automation workflows for you. Click the cards to add them directly to your Apple devices (iOS/macOS).
Add Tasks from Clipboard
Global Quick Add Tasks
Drafts Integrations (iOS/macOS)
With Drafts, you can quickly capture thoughts and sync drafts to your TickTick list with a single tap.
TickTick URL Scheme Documentation
For advanced automation, use native URL Scheme protocols to pass commands and parameters between apps.
ticktick://v1/command?parameter1=value1¶meter2=value2&...Parameters Reference
| Parameter | Type | Description |
|---|---|---|
title | string (Required) | The title of the task to be created. |
startDate | string | Due time. e.g. With timezone: 2018-05-07T18:00:00.000+0000 |
endDate | string | End time. e.g. Without timezone: 2018-05-07T19:00:00.000 |
allDay | boolean | Whether it is an all-day task (true/false). Required if startDate is set. |
priority | number | Task priority: 0=None, 1=Low, 3=Medium, 5=High |
content | string | Task descriptions and notes. |
list | string | Target list name. Defaults to 'Inbox' if omitted. |
subtasks | string | Checklist subtasks content. |
Common URL Scheme Examples
ticktick://x-callback-url/v1/add_task?title=Buy%20some%20eggs&priority=3&list=Inboxticktick://v1/show?smartlist=todayticktick://v1/search?keyword=meetingThe shortcuts and URL Scheme parameters guide are aggregated from TickTick's official Help Center, and are credited as follows.
Visit Official Document