granola-webhooks-events

Featured

Build event-driven automations with Granola's Zapier webhook triggers. Use when creating real-time notification systems, processing meeting events, or building custom integrations that react to Granola note creation. Trigger: "granola webhooks", "granola events", "granola triggers", "granola real-time", "granola event-driven".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Granola Webhooks & Events ## Overview Granola does not expose raw webhook endpoints. All event-driven automation flows through Zapier, which provides two trigger events. This skill covers the event model, webhook payload structure, event filtering, processing patterns, and building custom event handlers. ## Prerequisites - Granola Business plan (for Zapier access) - Zapier account (Free for basic Zaps, Paid for multi-step) - Optional: custom webhook endpoint (Express.js, FastAPI, or serverless function) ## Instructions ### Step 1 — Understand the Event Model Granola fires events through Zapier triggers, not direct webhooks. Two triggers are available: | Trigger | When It Fires | Use Case | |---------|--------------|----------| | **Note Added to Granola Folder** | A note is placed in a specific folder (automatic) | Auto-route by meeting type | | **Note Shared to Zapier** | You manually click Share > Zapier on a note | Selective sharing for important meetings | ### Step 2 — Webhook Payload Structure When a Zapier trigger fires, Granola sends this data: ```json { "title": "Sprint Planning — Q1 Week 12", "creator_name": "Sarah Chen", "creator_email": "sarah@company.com", "attendees": [ {"name": "Sarah Chen", "email": "sarah@company.com"}, {"name": "Mike Johnson", "email": "mike@company.com"}, {"name": "Alex Kim", "email": "alex@external.com"} ], "calendar_event_title": "Sprint Planning", "calendar_event_datetime": "2026-03-22T10:00:00Z", "no...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

granola-sdk-patterns

Zapier automation patterns and Enterprise API integration for Granola. Use when building automated workflows, connecting Granola to 8,000+ apps via Zapier, or querying the Enterprise API for notes and transcripts. Trigger: "granola zapier", "granola automation", "granola API", "granola SDK".

2,266 Updated today
jeremylongshore
AI & Automation Featured

granola-ci-integration

Build automated pipelines from Granola meeting notes to GitHub Issues, Linear tasks, Slack notifications, and documentation updates using Zapier and GitHub Actions. Trigger: "granola CI", "granola automation pipeline", "granola to github", "granola to linear", "meeting notes automation".

2,266 Updated today
jeremylongshore
AI & Automation Featured

granola-deploy-integration

Deploy Granola native integrations — Slack, Notion, HubSpot, Attio, Affinity, and Zapier. Step-by-step setup for each platform with configuration, testing, and automation chains. Trigger: "granola slack", "granola notion", "granola hubspot", "granola attio", "connect granola", "granola integration".

2,266 Updated today
jeremylongshore
AI & Automation Featured

granola-core-workflow-b

Post-meeting note processing, sharing, and follow-up workflows in Granola. Use when enhancing notes after meetings, sharing to Slack/Notion/CRM, drafting follow-up emails, or processing action items. Trigger: "granola post-meeting", "share granola notes", "granola follow-up", "granola enhance", "granola share".

2,266 Updated today
jeremylongshore
AI & Automation Featured

granola-reference-architecture

Enterprise reference architecture for meeting management with Granola. Use when designing org-wide meeting workflows, planning integration topology, or architecting meeting-to-action pipelines across departments. Trigger: "granola architecture", "granola enterprise design", "granola system design", "meeting system architecture".

2,266 Updated today
jeremylongshore