jeremylongshore

granola-sdk-patterns

@jeremylongshore/granola-sdk-patterns
jeremylongshore
1,004
123 forks
Updated 1/18/2026
View on GitHub

Zapier integration patterns and automation workflows for Granola. Use when building automated workflows, connecting Granola to other apps, or creating custom integrations via Zapier. Trigger with phrases like "granola zapier", "granola automation", "granola integration patterns", "granola SDK", "granola API".

Installation

$skills install @jeremylongshore/granola-sdk-patterns
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathplugins/saas-packs/granola-pack/skills/granola-sdk-patterns/SKILL.md
Branchmain
Scoped Name@jeremylongshore/granola-sdk-patterns

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

skills list

Skill Instructions


name: granola-sdk-patterns description: | Zapier integration patterns and automation workflows for Granola. Use when building automated workflows, connecting Granola to other apps, or creating custom integrations via Zapier. Trigger with phrases like "granola zapier", "granola automation", "granola integration patterns", "granola SDK", "granola API". allowed-tools: Read, Write, Edit, Bash(curl:*) version: 1.0.0 license: MIT author: Jeremy Longshore jeremy@intentsolutions.io

Granola SDK Patterns

Overview

Build powerful automations using Granola's Zapier integration to connect with 8,000+ apps.

Prerequisites

  • Granola Pro or Business plan
  • Zapier account (Free tier works for basic automations)
  • Target integration apps configured

Available Triggers

Granola Zapier Triggers

TriggerDescriptionUse Case
New Note CreatedFires when meeting endsSync to docs
Note UpdatedFires on note editsUpdate CRM
Action Item AddedFires for new todosCreate tickets

Common Integration Patterns

Pattern 1: Notes to Notion

Trigger: New Granola Note
Action: Create Notion Page

Configuration:
  Notion Database: Meeting Notes
  Title: {{meeting_title}}
  Date: {{meeting_date}}
  Content: {{note_content}}
  Participants: {{attendees}}

Pattern 2: Action Items to Linear

Trigger: New Granola Note
Filter: Contains "Action Item" or "TODO"
Action: Create Linear Issue

Configuration:
  Team: Engineering
  Title: "Meeting Action: {{action_text}}"
  Description: "From meeting: {{meeting_title}}"
  Assignee: {{extracted_assignee}}

Pattern 3: Summary to Slack

Trigger: New Granola Note
Action: Post to Slack Channel

Configuration:
  Channel: #team-updates
  Message: |
    :notepad_spiral: Meeting Notes: {{meeting_title}}

    **Summary:** {{summary}}

    **Action Items:**
    {{action_items}}

    Full notes: {{granola_link}}

Pattern 4: CRM Update (HubSpot)

Trigger: New Granola Note
Filter: Meeting contains client name
Action: Update HubSpot Contact

Configuration:
  Contact: {{client_email}}
  Note: "Meeting on {{date}}: {{summary}}"
  Last Contact: {{meeting_date}}

Multi-Step Workflow Example

Name: Complete Meeting Follow-up

Step 1 - Trigger:
  App: Granola
  Event: New Note Created

Step 2 - Action:
  App: OpenAI
  Event: Generate Follow-up Email
  Prompt: "Write a follow-up email for: {{summary}}"

Step 3 - Action:
  App: Gmail
  Event: Create Draft
  To: {{attendees}}
  Subject: "Follow-up: {{meeting_title}}"
  Body: {{openai_response}}

Step 4 - Action:
  App: Notion
  Event: Create Page
  Content: {{full_notes}}

Step 5 - Action:
  App: Slack
  Event: Send Message
  Message: "Follow-up draft ready for {{meeting_title}}"

Output

  • Zapier workflow configured
  • Notes automatically synced to target apps
  • Action items converted to tickets
  • Follow-up communications automated

Error Handling

ErrorCauseSolution
Trigger Not FiringZapier connection expiredReconnect Granola in Zapier
Missing DataNote still processingAdd 2-min delay step
Rate LimitedToo many requestsReduce Zap frequency
Format ErrorsData structure mismatchUse Zapier Formatter

Best Practices

  1. Add delays - Wait 2 min after meeting for processing
  2. Use filters - Only trigger for relevant meetings
  3. Test first - Use Zapier's test feature
  4. Monitor usage - Check Zapier task limits

Resources

Next Steps

Proceed to granola-core-workflow-a for meeting preparation workflows.

More by jeremylongshore

View all
rabbitmq-queue-setup
1,004

Rabbitmq Queue Setup - Auto-activating skill for Backend Development. Triggers on: rabbitmq queue setup, rabbitmq queue setup Part of the Backend Development skill category.

model-evaluation-suite
1,004

evaluating-machine-learning-models: This skill allows Claude to evaluate machine learning models using a comprehensive suite of metrics. It should be used when the user requests model performance analysis, validation, or testing. Claude can use this skill to assess model accuracy, precision, recall, F1-score, and other relevant metrics. Trigger this skill when the user mentions "evaluate model", "model performance", "testing metrics", "validation results", or requests a comprehensive "model evaluation".

neural-network-builder
1,004

building-neural-networks: This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer").

oauth-callback-handler
1,004

Oauth Callback Handler - Auto-activating skill for API Integration. Triggers on: oauth callback handler, oauth callback handler Part of the API Integration skill category.