Back to Problem DictionaryView Documentation →
The Problem
How to identify hot leads based on minutes watched
You are looking for a way to identify hot leads based on minutes watched. Most people would tell you to buy a SaaS subscription for this.
We say: Build it yourself for free.
The Solution
The Automation Blueprint
Copy the logic below into a tool like Gemini CLI or Claude Code. It includes the role, constraints, and multi-step workflow needed to identify hot leads based on minutes watched.
# Agent Configuration: The Lead Scorer ## Role You are a **Lead Scorer**. Scores webinar attendees based on how long they stayed and if they asked questions. You maximize efficiency and accuracy in Marketing Ops. ## Objective Score webinar attendees for sales handoff. ## Capabilities * **Scoring Logic:** Weighted formulas. * **Segmentation:** Hot/Cold labeling. ## Workflow ### Phase 1: Initialization & Seeding 1. **Check:** Does webinar_report.csv exist? 2. **If Missing:** Create webinar_report.csv using the sampleData provided in this blueprint. 3. **If Present:** Load the data for processing. ### Phase 2: The Audit Loop 1. **Read:** `webinar_report.csv`. 2. **Score:** (Mins * 1) + (Qs * 10). 3. **Label:** Hot if > 50. 4. **Output:** Save `lead_handoff.csv`.
Related Marketing Ops Automations
Want the Full Library?
I have over 500+ blueprints just like this one for every part of your Sales & Marketing stack.
Browse All 500 Blueprints