Route
id | apple-notes.share.v1 |
object_type | note |
delivery_modes | shareSheet |
Voice examples
- Add this to Apple Notes: client prefers Friday updates
- Save a note: try the green version of the icon
Share Sheet shareSheet
automatic_create | Not supported / requires user confirmation |
setup | enabled |
Writable fields
| Field | Behavior |
|---|
title | Supported by the current adapter. |
body | Shared as note text through the system share sheet. |
Planned / unsupported fields
| Field | Reason |
|---|
labels | Apple 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"
]
}