Skip to Content

Fireflies Triggers

Category: Polling

Fireflies Transcript Available

What it does: Fires when a meeting transcript becomes available in Fireflies (polling). Use for post-meeting summaries, CRM updates, or knowledge base ingestion.

Inputs

  • Meeting Title Contains (optional) — Only trigger when the meeting title contains this text. Use to filter by project, client, or keyword.
  • Date Range (optional) — Only consider transcripts from meetings within this date range (e.g. last 7 days). Reduces duplicate triggers on old meetings.

Outputs

The meeting metadata and full transcript text so you can summarize, extract action items, or store in a KB.

Output schema

  • meetingId — Fireflies meeting ID.
  • title — Meeting title.
  • transcript — Full transcript text (or a reference to fetch it).
  • duration — Meeting duration (e.g. minutes or ISO duration), if available.
  • participants — List of participant names or emails (if exposed).
  • date — Meeting date (ISO or timestamp).
Last updated on