Route
id | things3.task.v1 |
object_type | task |
delivery_modes | urlScheme |
Voice examples
- Add to Things buy printer paper tomorrow
- New Things task: call Sam about the contract next Friday
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 notes when it adds detail beyond the title. |
dueDate | Sent as when date. |
dueDateTime | Sent as when date; time precision depends on Things URL handling. |
Planned / unsupported fields
| Field | Reason |
|---|
labels | Current adapter uses configured Things tag support; per-note canonical labels need mapping. |
project | Needs area/project lookup. |
section | Needs project heading support. |
priority | Things does not expose the same priority model. |
Adapter payload
{
"url": "things:///add?title={title}¬es={body}&when={yyyy-mm-dd}&tags={configuredTag}"
}
Generated schema summary
{
"id": "things3.task.v1",
"app": "Things 3",
"object_type": "task",
"delivery_modes": [
"urlScheme"
],
"writable_fields": [
"title",
"body",
"dueDate",
"dueDateTime"
]
}