Integration brief

Bear

Note creation through Bear URL handling.

Route

idbear.note.v1
object_typenote
delivery_modesurlScheme

Voice examples

URL scheme urlScheme

automatic_createNot supported / requires user confirmation
setuppro, enabled, appInstalled

Writable fields

FieldBehavior
titleSent as Bear note title when available.
bodySent as note text.

Planned / unsupported fields

FieldReason
labelsCurrent adapter uses configured Bear tag support; per-note canonical labels need mapping.
dueDateNot a Bear note field in the current adapter.
projectNeeds explicit tag/folder mapping.
sectionNeeds explicit tag/folder mapping.

Adapter payload

{
  "url": "bear://x-callback-url/create?title={title}&text={body}&tags={configuredTag}"
}

Generated schema summary

{
  "id": "bear.note.v1",
  "app": "Bear",
  "object_type": "note",
  "delivery_modes": [
    "urlScheme"
  ],
  "writable_fields": [
    "title",
    "body"
  ]
}