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:
- Log in to your Fireflies account at app.fireflies.ai
- Navigate to the Integrations section
- Click on Fireflies API
- 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: