Integration brief

Evernote

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

Route

idevernote.inbox_item.v1
object_typeinbox_item
delivery_modesshareSheet

Voice examples

Share Sheet shareSheet

automatic_createNot supported / requires user confirmation
setuppro, enabled

Writable fields

FieldBehavior
titleSupported by the current adapter.
bodySupported by the current adapter.

Planned / unsupported fields

FieldReason
labelsSupported by the current adapter.
dueDateSupported by the current adapter.
projectSupported by the current adapter.
sectionSupported by the current adapter.

Adapter payload

{
  "delivery_mode": "shareSheet",
  "automatic_create": false,
  "writable_fields": [
    "title",
    "body"
  ]
}

Generated schema summary

{
  "id": "evernote.inbox_item.v1",
  "app": "Evernote",
  "object_type": "inbox_item",
  "delivery_modes": [
    "shareSheet"
  ],
  "writable_fields": [
    "title",
    "body"
  ]
}