Askel connects to your customer's Fireflies account and lets your product pull meeting transcripts, summaries, and action items from the AI note-taker their teams use for sales calls, customer interviews, and internal meetings.
Use the Fireflies GraphQL transcripts query to retrieve the full transcript of any meeting, including speaker-attributed turns and timestamps.
Fetch the structured meeting summary including overview, keywords, action items, and outline sections that Fireflies generates automatically for each call.
Query transcripts using the Fireflies search endpoint to find meetings where a specific topic, product name, or competitor was mentioned.
Retrieve a paginated list of meetings ordered by date, with metadata including title, host, duration, participants, and meeting platform.
Extract the action items Fireflies identified in a meeting and pass them to your product's task management or CRM integration for follow-through.
Read sentence-level sentiment scores and topic categories from Fireflies' analysis output, useful for surfacing coaching signals or flagging at-risk accounts.
You sell a sales coaching platform. Northbrook Ventures runs all discovery calls through Fireflies and wants each call summary and action items to appear on the corresponding contact record in their CRM the moment the meeting ends. Their sales ops lead connects Fireflies once.
Northbrook's Fireflies admin navigates to app.fireflies.ai/settings, opens Developer Settings, copies the Personal API Key, and pastes it into your product's integration settings.
Your product listens for a Fireflies webhook notification that a transcript is ready. Askel receives the webhook payload containing the transcript ID.
Askel queries the Fireflies GraphQL API with the transcript ID, retrieving the meeting title, participants, summary overview, and action items list.
Your product matches the participant email addresses to existing CRM contact records. The summary is written as a note on the matched contact or deal.
Action items extracted from the Fireflies summary are created as tasks in the CRM, assigned to the relevant sales rep with a due date of next business day.
The customer's Fireflies admin navigates to app.fireflies.ai/settings and opens the Developer Settings section to retrieve their Personal API Key. Askel stores the key and uses it to authenticate all GraphQL requests to the Fireflies API endpoint at api.fireflies.ai/graphql. Keys can be regenerated from the same settings page if compromised.
© 2025 Askel.ai. All rights reserved.