Instant Sales Lead Caller
Call every new car enquiry within seconds, qualify it against live stock, and book the test drive.
Last updated 2026-07-12
Screenshots




About Instant Sales Lead Caller
Instant Sales Lead Caller
Call every new car lead within seconds, qualify them against live inventory, book the test drive, and warm-transfer a rep — before your competitor even opens the CRM.
Built on the Telenow App Platform as a pure declarative app: the data model, the agent tools, the lead-source webhooks, the instant speed-to-lead workflow, the SDR agent, and the sales playbook knowledge base all run on-platform. No external server.
The problem (and the number)
Speed is the whole game in auto sales. The classic lead-response research is brutal: contacting a fresh lead within 5 minutes makes it up to 21–100× more likely to convert than waiting even 30 minutes — yet the average dealership's first response takes ~42 hours, and roughly 1 in 3 leads is never contacted at all. Every enquiry that sits in an inbox is a buyer walking onto a competitor's lot.
Instant Sales Lead Caller closes that gap automatically: the instant a lead lands, an AI SDR calls, qualifies, matches a car in stock, books the test drive, and hands a warm, booked buyer to a human rep.
How it works
Meta Lead Ad / Website form ──(lead created webhook)──► sales_lead object (status: new)
│ │
│ fires object.sales_lead.created
│ ▼
dedupe on phone strike_new_lead workflow
└─ outbound-call {{settings.sdr_agent_id}} ← NO delay
→ dials {{trigger.data.phone}} in seconds
→ passes name, model_interest, budget, timeline, source
│
▼
Test-Drive SDR Agent (multi-context flow)
find_lead → qualify_lead → search_inventory (semantic)
→ book_test_drive → mark_booked
→ warm-transfer to {{settings.rep_transfer_number}}
Everything the agent does on the call updates the same sales_lead / test_drive rows you see on the dashboard — and the dashboard's Call now button dials through the same agent and tools.
Agent tools (used mid-call — all declarative)
| Tool | Does | Handler |
|---|---|---|
find_lead | Look up the caller's enquiry by phone (model, budget, trade-in, timeline) | object.query sales_lead |
search_inventory | Semantic search of live stock for a matching in-stock vehicle | object.query inventory |
qualify_lead | Save model / budget / trade-in / timeline and mark qualified | object.update sales_lead (match phone → status qualified) |
book_test_drive | Create the test-drive appointment (model, slot, salesperson) | object.create test_drive |
mark_booked | Mark the lead test_drive_booked | object.update sales_lead (match phone → status test_drive_booked) |
mark_lost | Not interested / bought elsewhere | object.update sales_lead (match phone → status lost) |
record_note | Store a preference / objection / callback note for the rep | object.update sales_lead (match phone) |
The bundled Test-Drive SDR Agent is a multi-context flow: a deterministic find_lead tool node → a qualification conversation → a search_inventory tool node (semantic match against this app's stock) → a booking conversation → a transfer node that warm-transfers the buyer to a human sales rep. inventory is declared semantic: true, so both the agent's search_inventory and the dashboard search rank vehicles by meaning.
Dashboard pages
- Test-Drive Striker (dashboard) — KPI tiles (speed-to-lead, leads today, connect rate, qualified %, test drives booked), a New → Qualified → Booked lead funnel, recent leads, and upcoming test drives. Also powers the platform
dashboard_widgetslot in a compact form. - Leads — filter by status, search, and Call now to fire a speed-to-lead call for any lead (passes the lead's context variables to the agent).
- Inventory — a searchable vehicle list with semantic search ("7-seater family SUV", "fuel-efficient EV") over the same stock the agent recommends from.
- Setup — a configuration checklist, a one-click Create SDR agent button, and the post-install wiring steps.
Knowledge base
auto-playbook ships four real scripts the agent answers from: popular-model FAQ & comparisons, financing / EMI / trade-in basics, how the test drive works, and speed-to-lead — why this call happens in seconds.
Install & post-install wiring
- Install Instant Sales Lead Caller into your org.
- Open Setup → Create SDR agent (builds the bundled multi-context agent, auto-wired to the tools + KB).
- Copy the new agent's ID into the app's SDR agent ID setting (
sdr_agent_id) sostrike_new_leadcan dial. - Set Rep transfer number (
rep_transfer_number) in E.164 form — the rep the agent warm-transfers a booked buyer to. The platform blanks the transfer destination baked into the bundled agent on install for safety, so you must set this setting and re-enter the number on the agent's Warm-transfer to sales rep node in the agent builder. - (Optional) Set Scheduling note (
calendar_note) with your showroom hours / address so the agent offers accurate slots. - Point each lead source's lead created webhook at the inbound hook —
meta_leads(verified withx-hub-signature-256) orwebform_lead(token-authenticated URL). New leads now flow in and auto-dial within seconds.
Settings
| Key | Type | Notes |
|---|---|---|
sdr_agent_id | text (required) | The agent the workflow + "Call now" dial. |
rep_transfer_number | text | E.164 number for the warm transfer. Blanked on install — set here and on the agent's transfer node. |
calendar_note | text | Showroom hours / address the agent reads when offering slots. |
Bulk dialing your backlog
The real-time path (webhook → workflow → call) covers new leads. To sweep an existing backlog of un-called enquiries, use the app-key campaign API:
POST /api/app-campaigns
{ "agentId": "<sdr agent id>",
"targetQuery": { "status": "new" }, // over the `sales_lead` object
"result": { ... write-back ... } }
Monetization
Instant Sales Lead Caller is billed on outcomes, not seats:
- Per booked test drive — a fee for each
test_drivethe agent books (each is a floor-ready, in-showroom buyer the rep didn't have to chase). Since a booked test drive is the single highest-intent signal in the funnel, the per-booking fee always nets positive against the walk-in it produces.
Qualified leads and warm transfers are surfaced on the dashboard so the ROI of striking within seconds is obvious.
Ready-made agents it ships
An instant speed-to-lead sales development agent that calls a brand-new car enquiry within seconds, qualifies model / budget / trade-in / timeline, searches live inventory for a matching in-stock vehicle, books the test drive, and warm-transfers a human sales rep to close.
What your agents can do with it
Look up the caller's sales lead by their phone number to see what car they enquired about, their budget, trade-in and timeline before you start talking.
Search live showroom inventory for vehicles that match what the customer wants. Pass a natural-language search term describing their need (e.g. '7-seater automatic SUV under 30k', 'fuel-efficient hatchback', 'family car with sunroof'); inventory is semantically matched. Use this to recommend a specific in-stock car to test drive.
Save the customer's qualification details (model of interest, budget, whether they have a trade-in, and their buying timeline) and mark the lead as QUALIFIED once you have understood what they need.
Book a test drive once the customer picks a car and a time. Records the model, the slot (date + time) and the salesperson who will host them.
Mark the caller's lead as TEST_DRIVE_BOOKED after you have created the test drive, so the pipeline reflects a booked appointment.
Mark the caller's lead as LOST when they are not interested, already bought elsewhere, or ask not to be contacted. Capture a short reason.
Save a free-text note against the caller's lead — a preference, an objection heard, a callback request, or anything the rep should know before the test drive.
Data it manages
Permissions it requests
Apps run inside your workspace under least-privilege scopes you can see up front. This app asks for:
objects:sales_leadobjects:inventoryobjects:test_driveagents:readcalls:initiatecalls:readai:llmcampaigns:readuser:profileWhat's new in v1.1.0
Changelog
1.1.0 — 2026-07-12
- Renamed to Instant Sales Lead Caller (business-friendly) with a marketplace icon.
- Added real UI screenshots (dashboard + key pages).
- Verified end-to-end loop closure: trigger → workflow → call → agent tools → write-back → dashboard.
1.0.0
- Initial release.
- Data model:
sales_leadobject (name, phone, model_interest, budget, trade_in, timeline, source, language, status, notes, created_at) withnew_leads/qualified/bookedsaved views;inventoryobject (make_model, year, price, transmission, seats, features, available) withsemantic: truefor meaning-ranked search and anin stockview;test_driveobject (phone, model, slot, salesperson, created_at) with arecentview. - Agent tools (declarative):
find_lead,search_inventory,qualify_lead,book_test_drive,mark_booked,mark_lost,record_note. - Bundled agent: Test-Drive SDR Agent — a multi-context flow (deterministic
find_leadlookup → qualify → semanticsearch_inventory→ book → warm-transfer node to a human rep) auto-wired to the tools and the sales playbook knowledge base. - Knowledge base:
auto-playbook— popular-model FAQ & comparisons, financing / EMI / trade-in basics, how the test drive works, and speed-to-lead context. - Automation:
meta_leads(HMAC-verifiedx-hub-signature-256) +webform_lead(token URL) inbound webhooks, deduped on phone;strike_new_leadworkflow fires an outbound call immediately on lead creation — no delay = true speed-to-lead. - Settings:
sdr_agent_id(required),rep_transfer_number(blanked on install; also re-set on the agent's transfer node),calendar_note. - Dashboard UI: KPI tiles (speed-to-lead, leads today, connect rate, qualified %, test drives booked), a New → Qualified → Booked funnel, recent leads, and upcoming test drives; also renders into the
dashboard_widgetslot in compact form. - Leads page: status filters, search, and per-lead Call now (passes lead context variables to the agent).
- Inventory page: searchable vehicle cards with semantic (meaning-ranked) search and graceful substring fallback.
- Setup page: configuration checklist + one-click Create SDR agent and post-install wiring steps, including the transfer-number re-entry note.
- Self-seed: a fresh install auto-loads six realistic leads across every status, five vehicles, and a booked test drive (removable) so the dashboard is populated on first open.
Publisher
Marketplace publisher · app reviewed by Telenow before listing.
Your data, your keys
Secrets, carrier credentials and API keys stored AES-GCM encrypted; TLS in transit; HMAC-signed webhooks.
Strict per-organization data isolation with role-based access for every member.
Every mutating action is logged and filterable, with CSV export for your records.
In-app DLT / regulatory flows, TCPA calling windows, and org-wide Do-Not-Call enforcement.
Install Instant Sales Lead Caller
Sign up free and get ₹300.00 in credit — no card required. Connect your number, pick a template, and go live in minutes.
