Turn recorded sales calls into HubSpot deal notes nightly
Every evening, transcribe new call recordings from a Google Drive folder and attach a clean summary with next steps to the matching HubSpot deal.
Build an agent workflow that enriches my HubSpot deals with insights pulled from sales call recordings. It should run on a cron trigger every weekday at 7pm in my local timezone.
On each run, the agent should do the following:
1. Use Google Drive List Files to find new audio recordings (mp3, wav, m4a) in a designated "Sales Calls" folder that were added or modified since the previous run. Use the workflow's last-run timestamp as the cutoff so each recording is processed exactly once.
2. For each new file, use Google Drive Download File Content to fetch the raw audio bytes.
3. Hand the audio to Deepgram Transcribe Pre-recorded Audio. Enable diarization and smart formatting and post the audio as raw bytes with the matching audio Content-Type so we do not need a public URL.
4. Reason over the transcript to extract: the prospect's name, the company they represent (if mentioned), the three to five key discussion topics, any objections or risks raised, and the committed next steps with owners and dates if stated.
5. Use HubSpot Search Deals to find the matching open deal. Match on the prospect's name or the company referenced in the call. Prefer deals in an active pipeline stage. If multiple deals look plausible, pick the one most recently updated and mention the ambiguity in the note.
6. Use HubSpot Create Note to attach a concise recap to that deal. The note should have a short summary paragraph followed by clearly labeled sections for Topics, Objections, and Next Steps.
7. If no matching deal is found, fall back to creating an unassociated HubSpot note. Prefix the note body with the prospect name and tag it (for example "[unlinked: Acme Corp]") so a rep can find and attach it later.
Keep the recap tight. Aim for under 250 words per note. Log each processed file id so a recording is never summarized twice, and surface any transcription or matching failures in the workflow run output so I can review them.
Additional information
What does this prompt do?
- Every weekday at 7pm, finds new sales call recordings in a Google Drive folder you choose
- Transcribes each call with speaker labels and clean punctuation so it reads like a meeting note
- Pulls out the prospect name, key topics, objections, and committed next steps
- Finds the matching open deal in HubSpot and pins a tidy recap note to it
- If no deal matches yet, leaves a tagged note so a rep can link it later
What do I need to use this?
- A Google Drive account with a folder where sales call recordings get saved
- A Deepgram account for transcription
- A HubSpot account where your sales deals live
- Roughly five minutes to confirm the folder name and the time the recap should run
How can I customize it?
- Change the run time or move it to multiple times a day so reps get same-day recaps
- Swap the Drive folder, or watch several folders if different teams record to different places
- Tune the summary template, for example to highlight pricing objections, competitors mentioned, or commitments by date
Frequently asked questions
Do my call recordings need to be in a special format?
What happens if the workflow cannot find a matching HubSpot deal?
Will the same recording get logged twice?
Can I change what the summary includes?
Does this work if my reps record calls outside of Zoom?
Stop losing context between sales calls and the CRM.
Connect Google Drive, Deepgram, and HubSpot once, and Geni turns last night's calls into clean deal notes by morning.