Skip to main content
Documentation

Domain

Leads capabilities

15 capabilities, all acting on a lead. A reference to one from another domain is spelled lead_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
leads.listPOST /api/v1/leads/listSearch the lead pipeline by name, status, owner or sourceread-only
leads.getPOST /api/v1/leads/getGet one whole lead record by idread-only
leads.statusesPOST /api/v1/leads/statusesList the statuses a lead can be moved throughread-only
leads.assigneesPOST /api/v1/leads/assigneesList the teammates a lead can be assigned toread-only
leads.sourcesPOST /api/v1/leads/sourcesBreak the shop's leads down by where they came fromread-only
leads.intake_healthPOST /api/v1/leads/intake_healthCheck whether every rail is still delivering leadsread-only
leads.find_duplicatesPOST /api/v1/leads/find_duplicatesFind other leads that look like the same personread-only
leads.createPOST /api/v1/leads/createAdd a new lead to the shop's pipelinewrites · reaches the customer
leads.updatePOST /api/v1/leads/updateChange one detail on a lead recordwrites
leads.set_statusPOST /api/v1/leads/set_statusMove one lead to a different pipeline statuswrites · reaches the customer
leads.assignPOST /api/v1/leads/assignGive one lead to a teammate, or take its owner offwrites
leads.add_notePOST /api/v1/leads/add_notePut a note on one lead's timelinewrites
leads.unansweredPOST /api/v1/leads/unansweredList the open leads nobody has replied to yet, oldest firstread-only
leads.missed_intakePOST /api/v1/leads/missed_intakeList the enquiries that arrived but never became a leadread-only
leads.convert_to_customerPOST /api/v1/leads/convert_to_customerTurn a lead into a customer record with its vehiclewrites

← Every domain