Integration brief

TickTick

Task creation through the TickTick URL scheme.

Route

idticktick.task.v1
object_typetask
delivery_modesurlScheme

Voice examples

URL scheme urlScheme

automatic_createNot supported / requires user confirmation
setuppro, enabled, appInstalled

Writable fields

FieldBehavior
titleSent as the task title.
bodySent as task content/notes when available.
dueDateSent as startDate.
dueDateTimeSent as startDate with time.
projectSent as TickTick list when extracted or configured.

Planned / unsupported fields

FieldReason
labelsTickTick tag handling needs API or URL scheme validation.
sectionNo current section mapping.
priorityNo 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"
  ]
}