Fireflies Integration

Fireflies.ai is integrated into the ForgeFX Tools Collection, allowing for efficient management and analysis of meeting transcripts and notes. This integration leverages GraphQL for flexible and powerful data querying.

GraphQL API Overview

The Fireflies GraphQL API provides a single endpoint for all operations:

  • For OAuth clients: https://api.fireflies.ai/graphql
  • For API token authentication: https://{your-subdomain}.fireflies.ai/gateway/api/graphql

Authentication

To use the Fireflies API, you need to authenticate your requests. Here’s how to obtain and use your API key:

  1. Log in to your Fireflies account at app.fireflies.ai
  2. Navigate to the Integrations section
  3. Click on Fireflies API
  4. Copy your API key

Always keep your API key secure and never share it publicly.

GraphQL Query Examples

Here are some examples of how to use GraphQL with the Fireflies API:

1. Fetching Recent Transcripts

This query retrieves the titles and notes of your 10 most recent transcripts:

https://fireflies.forgefx.tools