Granola

Granola é um bloco de notas com IA para reuniões que grava e transcreve chamadas automaticamente, e então gera notas e resumos estruturados junto com suas próprias anotações digitadas.

Com o Granola, você pode:

  • Listar notas de reunião: Navegue pelas notas com filtros de data, escopo de pasta e paginação
  • Recuperar detalhes completos da nota: Obtenha resumos, participantes, detalhes do evento de calendário e transcrições de uma nota específica
  • Organizar por pastas: Liste e filtre notas usando a estrutura de pastas do Granola

No Zoen, a integração com o Granola permite que seus agentes puxem notas de reunião, resumos e transcrições diretamente para um workflow. Os agentes podem listar notas recentes com filtros de data ou pasta, buscar o texto do resumo, participantes e detalhes de calendário de uma nota específica, recuperar a transcrição completa com rótulos de falante quando necessário, e navegar pelas pastas para organizar a recuperação. Isso torna possível criar workflows que destacam resultados de reuniões, encaminham itens de ação ou alimentam o contexto da reunião no raciocínio posterior do agente.

Usage Instructions

Integrate Granola into your workflow to retrieve meeting notes, summaries, attendees, and transcripts.

Actions

granola_list_notes

Lists meeting notes from Granola with optional date filters and pagination.

Input

ParameterTypeRequiredDescription
apiKeystringYesGranola API key
createdBeforestringNoReturn notes created before this date (ISO 8601)
createdAfterstringNoReturn notes created after this date (ISO 8601)
updatedAfterstringNoReturn notes updated after this date (ISO 8601)
folderIdstringNoReturn notes in this folder and its child folders (e.g., fol_4y6LduVdwSKC27)
cursorstringNoPagination cursor from a previous response
pageSizenumberNoNumber of notes per page (1-30, default 10)

Output

ParameterTypeDescription
notesjsonList of meeting notes
idstringNote ID
titlestringNote title
ownerNamestringNote owner name
ownerEmailstringNote owner email
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
hasMorebooleanWhether more notes are available
cursorstringPagination cursor for the next page

granola_get_note

Retrieves a specific meeting note from Granola by ID, including summary, attendees, calendar event details, and optionally the transcript.

Input

ParameterTypeRequiredDescription
apiKeystringYesGranola API key
noteIdstringYesThe note ID (e.g., not_1d3tmYTlCICgjy)
includeTranscriptstringNoWhether to include the meeting transcript

Output

ParameterTypeDescription
idstringNote ID
titlestringNote title
ownerNamestringNote owner name
ownerEmailstringNote owner email
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
webUrlstringURL to view the note in Granola
summaryTextstringPlain text summary of the meeting
summaryMarkdownstringMarkdown-formatted summary of the meeting
attendeesjsonMeeting attendees
namestringAttendee name
emailstringAttendee email
foldersjsonFolders the note belongs to
idstringFolder ID
namestringFolder name
calendarEventTitlestringCalendar event title
calendarOrganiserstringCalendar event organiser email
calendarEventIdstringCalendar event ID
scheduledStartTimestringScheduled start time
scheduledEndTimestringScheduled end time
inviteesjsonCalendar event invitee emails
transcriptjsonMeeting transcript entries (only if requested)
speakerstringSpeaker source (microphone or speaker)
speakerLabelstringDiarization label for the speaker (e.g., Speaker A)
speakerNamestringResolved name of the identified speaker, when available
textstringTranscript text
startTimestringSegment start time
endTimestringSegment end time

granola_list_folders

Lists folders from Granola, sorted alphabetically, with pagination.

Input

ParameterTypeRequiredDescription
apiKeystringYesGranola API key
cursorstringNoPagination cursor from a previous response
pageSizenumberNoNumber of folders per page (1-30, default 10)

Output

ParameterTypeDescription
foldersjsonList of folders
idstringFolder ID
namestringFolder name
parentFolderIdstringParent folder ID, or null for top-level folders
hasMorebooleanWhether more folders are available
cursorstringPagination cursor for the next page

On this page