Integration brief

Apple Notes

Note sharing through the system share sheet.

Route

idapple-notes.share.v1
object_typenote
delivery_modesshareSheet

Voice examples

Share Sheet shareSheet

automatic_createNot supported / requires user confirmation
setupenabled

Writable fields

FieldBehavior
titleSupported by the current adapter.
bodyShared as note text through the system share sheet.

Planned / unsupported fields

FieldReason
labelsApple Notes tags/folders are not currently targeted.

Adapter payload

{
  "share": "{body}"
}

Generated schema summary

{
  "id": "apple-notes.share.v1",
  "app": "Apple Notes",
  "object_type": "note",
  "delivery_modes": [
    "shareSheet"
  ],
  "writable_fields": [
    "title",
    "body"
  ]
}