Integration brief

Apple Journal

Journal sharing through the system share flow.

Route

idapple-journal.share.v1
object_typejournal_entry
delivery_modesshareSheet

Voice examples

Share Sheet shareSheet

automatic_createNot supported / requires user confirmation
setupenabled

Writable fields

FieldBehavior
bodyShared as note data through the system flow.

Planned / unsupported fields

FieldReason
titleSystem share does not guarantee a separate title field.
dueDateNot currently written as structured journal metadata.
labelsNot 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"
  ]
}