Back to Directory Granola Meeting Notes icon

Granola Meeting Notes

Opens a new Granola note when a Tuple call connects.


A Tuple trigger that opens a fresh Granola note when a call connects.

How it works

On call-connected, the script runs:

open "granola://new-document?creation_source=tuple"

Granola brings itself to the front with a new note. From there it captures the meeting audio and you take notes as usual.

Prerequisites

  • macOS
  • Granola installed and signed in

Installation

Drop this directory into your Tuple triggers folder:

~/.tuple/triggers/granola-meeting-notes/

Make the script executable:

chmod +x ~/.tuple/triggers/granola-meeting-notes/call-connected

The trigger fires on the next call.

Publishing

To submit to tupleapp/community-triggers, fork the repo, copy this folder into triggers/granola-meeting-notes/, and open a PR. See Submitting a trigger for the review checklist.