I record all my calls in Fathom—a super convenient tool that, unlike Fireflies, doesn’t require a paid plan.
However, there are two major issues:
1️⃣ No public API – making automation tricky.
2️⃣ Fixed summaries – you can’t customize the default summary, which limits deeper insights.
🔍 The Solution? Their Internal API! I explored it and managed to extract four key features:
✅ Call List with Date Filtering – I only need yesterday’s calls, so I pull them dynamically.
✅ Call Details – This includes all default-generated summaries, key points, and questions.
✅ Generating a Shareable Link – By default, no link exists, and you have to manually generate it in the UI. I found the request that automates this.
✅ Call Transcription – Comes pre-split by speaker roles, making it perfect for direct AI processing without extra formatting.
📌 Next Steps?
I run the transcription through OpenAI with a JSON schema, generating a structured summary with a direct link to the call.
Automatically send the results to Skool—depending on the call, it goes to either the paid community or the free one.
💬 What call recording service do you use? Let’s discuss in the comments! 🚀