Route
id | ticktick.task.v1 |
object_type | task |
delivery_modes | urlScheme |
Voice examples
- Add to TickTick: call Morgan tomorrow
- New TickTick task: review launch notes in Inbox
URL scheme urlScheme
automatic_create | Not supported / requires user confirmation |
setup | pro, enabled, appInstalled |
Writable fields
| Field | Behavior |
|---|
title | Sent as the task title. |
body | Sent as task content/notes when available. |
dueDate | Sent as startDate. |
dueDateTime | Sent as startDate with time. |
project | Sent as TickTick list when extracted or configured. |
Planned / unsupported fields
| Field | Reason |
|---|
labels | TickTick tag handling needs API or URL scheme validation. |
section | No current section mapping. |
priority | No current priority mapping. |
Adapter payload
{
"url": "ticktick://x-callback-url/v1/add_task?title={title}&content={body}&startDate={date}&list={list}"
}
Generated schema summary
{
"id": "ticktick.task.v1",
"app": "TickTick",
"object_type": "task",
"delivery_modes": [
"urlScheme"
],
"writable_fields": [
"title",
"body",
"dueDate",
"dueDateTime",
"project"
]
}