Fireflies
Overview
The Fireflies source connector lets you authenticate to the Fireflies API using an API key.
At this time, the connector supports credential validation only. Catalog discovery and data extraction are still in development, so no streams are currently available.
Setup
Prerequisites
- A Fireflies account
- A Fireflies API key (Bearer token)
Get your Fireflies API key
Generate or copy an API key from your Fireflies account settings (Fireflies calls this an API key/token). You’ll use it to authenticate to the Fireflies GraphQL API.
Authentication
This connector uses Bearer token authentication.
- Auth type: API key (Bearer token)
- Header:
Authorization: Bearer <api_key>
During connection setup, we validate credentials by calling the Fireflies GraphQL endpoint:
POST https://api.fireflies.ai/graphql
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Fireflies API key used as a Bearer token for requests to https://api.fireflies.ai/graphql. |
Streams
No streams are currently exposed.
- Catalog: Not yet implemented
- Extraction: Not yet implemented (connector will error if extraction is attempted)
Limitations
- This connector is under active development.
- Only login/credential validation is supported at this time.