Extract Insights from Fathom Video Meetings
This automation connects to your Fathom account to analyze recent meeting recordings. It uses AI to automatically classify each meeting and extract valuable, actionable insights based on your preferences, then delivers a consolidated report to your inbox.
Airtop Community
Featured Apps
This powerful automation acts as an AI assistant that reviews your team's meetings for you. Here's how it works:
- Connects to Fathom: Using your secure API key, the automation fetches a list of all meeting recordings from a specified time frame (e.g., the last 7 days).
- Fetches Transcripts: For each meeting, it retrieves the full transcript to understand the content of the conversation.
- Classifies Meetings: Using AI, it analyzes the meeting title, summary, and transcript to classify the meeting into categories you can define, such as "Customer," "Prospect," "Product," or "Team Meeting." It uses your company name to understand the context of the relationship with other participants.
- Extracts Key Insights: Based on your settings, the automation performs a deeper AI analysis on the transcripts of relevant meetings to find and extract specific, valuable information. This can include feature requests, bug reports, customer quotes, sales objections, and content ideas.
- Delivers a Summary Report: Finally, it compiles all the extracted insights into a clean, easy-to-read email report, neatly organized by category, and sends it to your specified address.
This process turns hours of manual review into an automated workflow, ensuring no valuable insight from your customer and team conversations gets lost.
Usage Ideas
- Automatically populate a product backlog or idea board with feature requests and bug reports directly from customer calls.
- Generate a weekly digest of sales objections and winning talk tracks to share with your sales team for training.
- Create a pipeline of content ideas for your marketing team by sourcing topics, quotes, and pain points from real conversations.
- Identify potential customer success stories and case studies as they happen in customer check-in calls.
- Monitor the "voice of the customer" by tracking marketing copy improvements and how customers describe your product in their own words.
Customization Ideas
This template is a powerful starting point that you can easily tailor to your specific business needs. You have the flexibility to:
- Choose Your Insights: Easily toggle on or off the specific types of insights you want to extract. Only care about feature requests and bug reports? No problem. Want to find marketing content ideas? Just flip a switch.
- Define Your Own Categories: The default meeting categories (like Customer, Prospect, Team) can be changed, added to, or removed to perfectly match your company's terminology.
- Customize the AI's Logic: You can refine the instructions given to the AI to change how it classifies meetings or what it looks for when extracting insights.
- Control the Scope: Decide whether to run the analysis daily, weekly, or monthly by simply changing the number of days to look back.
- Change the Destination: While it defaults to sending a beautiful email report via Gmail, you can have the results sent to other services, like a Slack channel for real-time alerts or a database for long-term tracking.
- Brand Your Report: The final email report is fully customizable. You can change the titles, colors, and layout to match your company's branding.
Agent Inputs
Required Parameters
Name | Type | Default |
|---|---|---|
companyName | string | None |
Your company name for relationship-based classification (helps determine if meetings are with Prospects, Customers, or Vendors) | ||
fathomApiKey | string | None |
Your Fathom API key for authentication | ||
Optional Parameters
Name | Type | Default |
|---|---|---|
days | number | 7 |
Number of days to look back for meetings | ||
emailAddress | string | |
Email address to send extraction results to. Only sends email if at least one extraction flag is enabled. | ||
extractCaseStudyAndSalesInsights | boolean | true |
Extract case study ideas, customer quotes, sales objections, and sales tips from Prospect and Customer meetings | ||
extractFeatureRequests | boolean | true |
Extract feature requests and bug reports from Customer, Prospect, and Product meetings | ||
extractMarketingCopyImprovement | boolean | false |
Extract marketing copy improvement suggestions from Marketing, Customer, and Prospect meetings | ||
extractSocialBlogIdeas | boolean | true |
Extract social media and blog post ideas from all meetings | ||