Fireflies

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.

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:

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.