All templates
Sales & Outreach
Lead Qualification Agent
A speed-to-lead agent that reaches out the moment a lead comes in. It texts and calls, asks qualifying questions, scores the lead, and creates tasks or CRM records for the hot ones — so your team only talks to buyers.
The agent prompt
Copy this into Cursor, Claude Code, or any Naïve-connected agent. It describes exactly what to build and which primitives to wire together.
Prompt
Build me a lead qualification agent on Naive. The moment a new lead comes in, it should text and/or call them, ask qualifying questions, score the lead, and route hot ones to my sales team. Use these Naive primitives: - phone: instant SMS + voice outreach - email: follow up over email - llm: run the qualification conversation and scoring - tasks: create follow-up tasks for hot leads - connections: sync qualified leads to the CRM Read the docs at https://usenaive.ai/docs and start with: npm i -g naive && naive login
What it builds
Instant response
Text or call a new lead within seconds of capture.
Qualifying questions
Run a scripted-yet-natural qualification conversation.
Lead scoring
Score and prioritize leads, then create tasks for hot ones.
CRM handoff
Sync qualified leads to your CRM via connections.
Primitives used
phoneemailllmtasksconnections
How it's built
- naive phone + email — reach leads via SMS, voice, and email
- naive tasks — create follow-up tasks for hot leads
- naive connections — CRM handoff