Route
id | apple-journal.share.v1 |
object_type | journal_entry |
delivery_modes | shareSheet |
Voice examples
- Apple Journal: I felt focused after the morning walk
- Save this reflection to Journal
Share Sheet shareSheet
automatic_create | Not supported / requires user confirmation |
setup | enabled |
Writable fields
| Field | Behavior |
|---|
body | Shared as note data through the system flow. |
Planned / unsupported fields
| Field | Reason |
|---|
title | System share does not guarantee a separate title field. |
dueDate | Not currently written as structured journal metadata. |
labels | Not currently written as structured journal metadata. |
Adapter payload
{
"share": "{noteData}"
}
Generated schema summary
{
"id": "apple-journal.share.v1",
"app": "Apple Journal",
"object_type": "journal_entry",
"delivery_modes": [
"shareSheet"
],
"writable_fields": [
"body"
]
}