qobrix_stale_leads
Find live opportunities with no recent activity within a configurable window. Sorted oldest-modified first to surface leads that need attention.
Instructions
Find live opportunities (default status in [new,open]) that have no recent activity. An opportunity is 'stale' when no call/meeting/email/task touched it within since_days AND the opportunity itself wasn't modified within that window. Sorted oldest-modified first. Example uses: Silent leads (default, 30d): {}. Aggressive cadence: { since_days: 7 }. My silent leads: { assigned_to: 'CURRENT_USER' }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max stale leads to return (default 50). Sorted oldest-modified first. | |
| statuses | No | Opportunity statuses considered 'live' (default ['new','open']). | |
| since_days | No | Threshold in days (default 30). A lead is 'stale' if no Call/Meeting/Email/Task touched it and the opportunity itself wasn't modified within this window. | |
| assigned_to | No | Scope to one rep's leads. UUID or 'CURRENT_USER'. |