everyone! I'm new here so please direct me elsewhere if I'm in the wrong spot. I want to recreating `Using Gong for Actionable Insights` but with Fathom - any ideas how to go about it?

April 2026

Quick Answer

Since Fathom transcripts exceed our cell limits (8KB for basic columns, 200KB for action columns), try these approaches: Use HTTP API with field-path filters to pull only specific transcript sections rather than full transcripts. [[documentation](https://university.clay.com/docs/manage-cell-data]) Split data into smaller chunks using API parameters like `limit` and `offset` to retrieve transcript data incrementally. Summarize the content using AI to condense transcripts to essential insights before importing. Use external storage - write full transcripts to Google Sheets with ID references, th

Up to date
1 months ago

1 Answer

Since Fathom transcripts exceed our cell limits (8KB for basic columns, 200KB for action columns), try these approaches: Use HTTP API with field-path filters to pull only specific transcript sections rather than full transcripts. [documentation Split data into smaller chunks using API parameters like limit and offset to retrieve transcript data incrementally. Summarize the content using AI to condense transcripts to essential insights before importing. Use external storage - write full transcripts to Google Sheets with ID references, then import summarized data back into Clay. Before we explore more options, I'd recommend trying Sculptor (our built-in AI tool in the top-right corner) to help build your Fathom integration workflow. It's free and can quickly set up automations for your specific use case. Let me know if Sculptor helps or if you need additional guidance!

GTM StackCommunity Insight