For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Fork this repoGet a demo
  • Docs
    • Welcome
    • Quickstart
    • Concepts
    • Search
    • MCP Server
    • CLI
    • Agent Skills
    • Connect
    • Add New Connector
    • Rate Limits
      • Overview
      • Airtable
      • Apollo
      • Asana
      • Attio
      • Bitbucket
      • Box
      • Calcom
      • Clickup
      • Coda
      • Confluence
      • Ctti
      • Document360
      • Dropbox
      • Fireflies
      • Freshdesk
      • Github
      • Gitlab
      • Gmail
      • Google Calendar
      • Google Docs
      • Google Drive
      • Google Slides
      • Hubspot
      • Intercom
      • Jira
      • Linear
      • Monday
      • Notion
      • Onedrive
      • Onenote
      • Outlook Calendar
      • Outlook Mail
      • Pipedrive
      • Powerpoint
      • Salesforce
      • Servicenow
      • Sharepoint
      • Shopify
      • Slab
      • Slack
      • Slite
      • Stripe
      • Teams
      • Todoist
      • Trello
      • Word
      • Zendesk
      • Zoho Crm
      • Zoom
  • API Reference
LogoLogo
Fork this repoGet a demo
On this page
  • Configuration
  • Authentication
  • Configuration Options
  • Data Models
DocsConnectors

Fireflies

Was this page helpful?
Edit this page
Previous

Freshdesk

Next
Built with
Fireflies logo

Fireflies

This connector enables AI agents and RAG systems to retrieve context from Fireflies through Airweave’s unified search layer.

Configuration

Fireflies source connector.

Syncs meeting transcripts from Fireflies.ai. Uses the GraphQL API with Bearer token (API key) authentication.

View Source Code

Explore the Fireflies connector implementation

Authentication

Supported authentication methods:

  • Direct Credentials
  • Auth Provider

Configuration Options

This connector does not have any additional configuration options.

Data Models

The following data models are available for this connector:

FirefliesTranscriptEntity

Schema for a Fireflies meeting transcript.

Maps to the Transcript type in the Fireflies GraphQL API. See https://docs.fireflies.ai/schema/transcript

FieldTypeDescription
transcript_idstrUnique identifier of the transcript.
titlestrTitle of the meeting/transcript.
organizer_emailOptional[str]Email address of the meeting organizer.
transcript_urlOptional[str]URL to view the transcript in the Fireflies dashboard.
participantsList[str]Email addresses of meeting participants.
durationOptional[float]Duration of the audio in minutes.
dateOptional[float]Date the transcript was created (milliseconds since epoch, UTC).
date_stringOptional[str]ISO 8601 date-time string when the transcript was created.
created_timeOptional[datetime]Parsed creation timestamp for the transcript.
speakersList[Dict[str, Any]]Speakers in the transcript (id, name).
summary_overviewOptional[str]AI-generated summary overview of the meeting.
summary_keywordsList[str]Keywords extracted from the meeting.
summary_action_itemsOptional[List[str]]Action items from the meeting summary.
contentOptional[str]Full transcript text (concatenated sentences) for search.
fireflies_usersList[str]Emails of Fireflies users who participated.