Route
id | messages.inbox_item.v1 |
object_type | inbox_item |
delivery_modes | appHandoff |
Voice examples
- Send this to Messages: follow up after the meeting
- Add to Messages: review the project notes tomorrow
App handoff appHandoff
automatic_create | Not supported / requires user confirmation |
setup | enabled |
Writable fields
| Field | Behavior |
|---|
recipient | Supported by the current adapter. |
subject | Supported by the current adapter. |
body | Supported by the current adapter. |
Planned / unsupported fields
| Field | Reason |
|---|
| No planned fields listed. |
Adapter payload
{
"delivery_mode": "appHandoff",
"automatic_create": false,
"writable_fields": [
"recipient",
"subject",
"body"
]
}
Generated schema summary
{
"id": "messages.inbox_item.v1",
"app": "Messages",
"object_type": "inbox_item",
"delivery_modes": [
"appHandoff"
],
"writable_fields": [
"recipient",
"subject",
"body"
]
}