Route
id | evernote.inbox_item.v1 |
object_type | inbox_item |
delivery_modes | shareSheet |
Voice examples
- Send this to Evernote: follow up after the meeting
- Add to Evernote: review the project notes tomorrow
Share Sheet shareSheet
automatic_create | Not supported / requires user confirmation |
setup | pro, enabled |
Writable fields
| Field | Behavior |
|---|
title | Supported by the current adapter. |
body | Supported by the current adapter. |
Planned / unsupported fields
| Field | Reason |
|---|
labels | Supported by the current adapter. |
dueDate | Supported by the current adapter. |
project | Supported by the current adapter. |
section | Supported 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"
]
}