The steps
- Start it when a lead arrives. Add an arrival trigger for new leads.
- Handle each lead on its own. Split if leads can arrive several at a time.
- Add context. Add a step that enriches the lead — fill in company size, role, or anything you’d normally look up by hand. An AI step can also summarize or score the lead from what you know.
- Decide where it goes. Add a Branch (or Route) step: strong leads down one path, everyone else down another.
- Act on each path.
- Strong → create a task for a salesperson / add to the CRM as a priority.
- Nurture → add to the nurture list for later follow-up.
Why this is worth automating
The lookup-and-judge step is exactly the repetitive work that eats your attention and gets inconsistent when you’re busy. Capturing it as a process means every lead gets the same once-over, instantly, at any hour.Make it yours
- Use Route instead of Branch to split into more than two tiers.
- Reference the enriched fields directly in later steps — you don’t need to pass data along by hand; any later step can look back at what an earlier step produced.