StratosHouse184 downloadsSync meeting notes and full transcripts from Granola into your vault using the official Granola API. Just paste an API key, no credential scraping.
Sync your Granola meeting notes and full transcripts into Obsidian using the official Granola API.
No credential scraping, no keychain access, no native binaries. You paste an API key, your meetings appear in your vault.
Earlier Granola↔Obsidian integrations worked by borrowing the Granola desktop app's encrypted local credentials. That approach breaks every time Granola changes its internal storage (most recently July 2026), and it needs deep OS access (keychain / DPAPI) to work at all.
Granola released an official public API in February 2026. This plugin is built on it exclusively:
A Granola Business (or Enterprise) plan. API keys are a Granola Business feature, that's Granola's gate, not this plugin's. Any workspace member on a Business plan can create a personal key.
grn_... key.Granola/) and sync interval.Optionally set Your email so you're excluded from attendee lists and your own transcript lines are labeled with your name.
For each meeting, a note like:
---
granola_id: 874b7bfd-...
title: Weekly Planning
type: note
created: 2026-07-16T18:59:50.339Z
updated: 2026-07-16T20:06:42.499Z
attendees:
- [email protected]
transcript: '[[Granola/transcripts/Weekly Planning-transcript.md]]'
granola_url: https://notes.granola.ai/d/874b7bfd-...
source: granola-api-sync
---
### Meeting summary
- ...
plus a linked transcript note with the full conversation as timestamped, speaker-labeled turns.
Notes are keyed by granola_id: re-syncs update in place (Granola keeps enriching summaries for a while after a meeting ends, those updates flow in automatically). Recurring meetings with identical titles get date-suffixed filenames. Notes previously created by other Granola sync plugins that use the same granola_id convention are adopted in place, not duplicated.
| Setting | Default | Notes |
|---|---|---|
| API key | (none) | grn_..., stored locally |
| Notes folder | Granola |
created if missing |
| Sync transcripts | on | full transcript as a linked note |
| Transcripts folder | Granola/transcripts |
|
| Sync interval | 5 min | 1–60 |
| Days to look back | 7 | window kept in sync, 1–90 |
| Your email | (none) | excluded from attendees; labels your lines |
| Show sync notifications | on | errors always shown |
public-api.granola.ai.MIT © Arshia Navabi (Stratos House AI)