Skip to content

Feature: New connector for Granola (AI meeting notes) #9681

@sweenzor

Description

@sweenzor

Feature Request

Add a connector for Granola, an AI meeting notes application. Granola is a desktop app that records meetings and generates structured notes, summaries, and transcripts with speaker attribution. It supports Zoom, Google Meet, Microsoft Teams, and other platforms.

Why

Meeting notes and transcripts are high-value knowledge that teams frequently need to search across. Granola is a fast-growing platform in this space (YC-backed) alongside existing Onyx connectors like Fireflies and Gong.

Technical Notes

Granola has a documented REST API — straightforward to integrate:

  • Base URL: https://public-api.granola.ai/v1
  • Auth: API key (Bearer token, grn_* prefix) — available on Business/Enterprise plans
  • Endpoints:
    • GET /notes — list notes with created_after filter and cursor-based pagination
    • GET /notes/{id} — get note details; ?include=transcript for full transcript
  • Rate limits: 5 req/sec sustained, 25 burst
  • Data model: Note ID (not_*), title, owner (name + email), AI-generated summary, transcript (speaker + text segments), attendees

This is a clean API-key-based connector following the same pattern as Fireflies — no OAuth complexity needed.

Data Indexed

  • AI-generated meeting summaries
  • Full transcripts (with speaker attribution)
  • Meeting metadata (title, owner, attendees, timestamps)
  • Folder/organization structure

cc @yuhongsun96

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions