Route
id | dayone.journal.v1 |
object_type | journal_entry |
delivery_modes | urlScheme |
Voice examples
- Journal: today was productive and calmer than expected
- Add to Day One: the launch went well
URL scheme urlScheme
automatic_create | Not supported / requires user confirmation |
setup | pro, enabled, appInstalled |
Writable fields
| Field | Behavior |
|---|
body | Sent as the journal entry text. |
Planned / unsupported fields
| Field | Reason |
|---|
title | Not currently sent as a separate Day One field. |
dueDate | Not a current journal URL field. |
labels | Needs Day One tag support in the adapter. |
Adapter payload
{
"url": "dayone://post?entry={body}"
}
Generated schema summary
{
"id": "dayone.journal.v1",
"app": "Day One",
"object_type": "journal_entry",
"delivery_modes": [
"urlScheme"
],
"writable_fields": [
"body"
]
}