Route
id | obsidian.note.v1 |
object_type | note |
delivery_modes | urlScheme |
Voice examples
- Create a new Obsidian note called idea testing and add use green instead of blue
- Add this to Obsidian: client prefers weekly status emails
URL scheme urlScheme
automatic_create | Not supported / requires user confirmation |
setup | Pro, Enabled in Settings, Obsidian app installed |
Writable fields
| Field | Behavior |
|---|
title | Used as the note name/file. |
body | Used as the markdown note content. |
Planned / unsupported fields
| Field | Reason |
|---|
labels | Can become tags/frontmatter after adapter support. |
project | Needs vault/folder/catalog mapping. |
section | Needs path/folder mapping. |
Adapter payload
{
"url": "obsidian://new?name={title}&content={body}&append=true"
}
Generated schema summary
{
"id": "obsidian.note.v1",
"app": "Obsidian",
"object_type": "note",
"delivery_modes": [
"urlScheme"
],
"writable_fields": [
"title",
"body"
]
}