Integration brief

Messages

Messages inbox item delivery generated from the current adapter capability registry.

Route

idmessages.inbox_item.v1
object_typeinbox_item
delivery_modesappHandoff

Voice examples

App handoff appHandoff

automatic_createNot supported / requires user confirmation
setupenabled

Writable fields

FieldBehavior
recipientSupported by the current adapter.
subjectSupported by the current adapter.
bodySupported by the current adapter.

Planned / unsupported fields

FieldReason
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"
  ]
}