Sales-to-Product Insights Digest
Example prompt: "Every Friday afternoon, look at this week's sales call summaries in Fathom and the notes on our open HubSpot deals, pull out the feature requests, objections, and competitor mentions, group them by theme, and post a digest to #product in Slack so the team hears what sales is hearing."
The Problem
Sales has the freshest signal about what prospects want, what they object to, and which competitors they're comparing against — and very little of it makes it to the product team. The good stuff lives in call recordings the PM never watches, deal notes the PM never reads, and Slack messages that scroll away. Product ends up building from what existing customers say in support tickets while the next quarter's prospects are quietly going elsewhere.
How GloriaMundo Solves It
We build a weekly workflow that pulls this week's sales call summaries from Fathom and the notes added to open deals in HubSpot. An LLM step reads through the calls and notes and pulls out three things — feature requests, objections, and competitor mentions — with the verbatim context for each. A code step clusters by theme and counts mentions so a recurring objection across five calls reads differently from a one-off comment. An LLM step drafts the digest grouped by theme with the most-mentioned items first and a short example quote for each. An integration step posts the digest to the #product Slack channel and appends it to a Notion "Sales Signals" log so the history is searchable. Glass Box preview shows the digest before it posts.
Example Workflow Steps
- Trigger (schedule): Runs every Friday afternoon.
- Step 1 (integration): Pull this week's Fathom call summaries for the sales team.
- Step 2 (integration): Pull the notes added to open HubSpot deals this week.
- Step 3 (llm): Extract feature requests, objections, and competitor mentions from each call summary and deal note, with the source context.
- Step 4 (code): Cluster the extracted items by theme and count mentions per cluster.
- Step 5 (llm): Draft the digest grouped by theme, most-mentioned first, with a representative quote per item.
- Step 6 (integration): Post the digest to #product in Slack.
- Step 7 (integration): Append the digest to the "Sales Signals" log in Notion for the searchable history.
Integrations Used
- Fathom — source of the sales call summaries
- HubSpot — source of the open-deal notes
- Slack — where the weekly digest is posted to the product team
- Notion — where the running log of sales signals is kept
Who This Is For
Product managers at B2B companies where the sales team has more conversations with prospects than the product team has with customers, and where the founder is no longer the one selling. Especially useful when sales and product sit in different parts of the org and the only crossover is a noisy #wins channel.
Time & Cost Saved
A PM doing this by hand might sit through three or four call recordings, skim a handful of deal notes, and miss most of the signal — call it 90 minutes for a partial read. This workflow turns that into a 10-minute read of a digest that's already grouped by theme and counted. The bigger saving is the signal that reaches the product team at all instead of being lost in the sales tools.