LIVELANE AI is live — autonomous voice, SMS, and email revenue recovery built for dealerships.LANE AI is live for dealerships.
REST API, webhooks, and developer tools for revenue recovery workflows
Lane Command provides a comprehensive REST API for programmatic access to Sales and Service recovery workflows, lead and repair order data, outreach sequences, analytics, and AI scoring — enabling custom integrations across your dealership's CRM, DMS, and fixed ops systems.
https://api.lanecommand.com/v1All API requests require a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_KEYGenerate API keys in Settings → API → Keys. Keys are scoped per environment (staging / production).
/leadsList all leads with filtering and pagination
/leadsCreate a new lead record
/leads/{id}Retrieve a single lead by ID
/leads/{id}Update lead attributes
/workflowsList all active workflows
/workflows/{id}/triggerManually trigger workflow execution
/service/appointmentsList all service appointments with status and recovery state
/service/appointments/{id}/recoverTrigger automated recovery for a missed or no-show service appointment
/service/repair-ordersList repair orders including declined services and follow-up status
/service/repair-orders/{id}/follow-upTrigger declined service follow-up via voice, SMS, or email
/service/loyaltyList inactive service customers eligible for reactivation
/outreach/voiceTrigger a LANE AI outbound voice call for a lead or service customer
/outreach/smsSend a personalized SMS recovery message
/outreach/emailSend a personalized email recovery message
/recovery/status/{contact_id}Retrieve full omnichannel recovery status for any sales lead or service customer
Subscribe to real-time events via webhooks. Configure endpoint URLs in Settings → API → Webhooks. All payloads are signed with HMAC-SHA256 for verification.
lead.createdlead.updatedlead.scoredworkflow.completedcampaign.sentservice.appointment.missedservice.appointment.recoveredservice.repair_order.declinedservice.repair_order.recoveredservice.customer.reactivatedoutreach.voice.completedoutreach.voice.appointment_bookedoutreach.sms.repliedrecovery.sequence.completedUse webhooks to listen for outreach.voice.completed and recovery.sequence.completed events, then write LANE AI call outcomes, appointment bookings, and contact engagement data back to your DMS or CRM — keeping VinSolutions, DealerSocket, CDK, or Tekion records current without manual BDC entry.
When a service advisor marks a repair order as declined in your DMS, use the POST /service/repair-orders/{id}/follow-up endpoint to immediately trigger a personalized multi-channel follow-up sequence — voice, SMS, and email — without waiting for a manual BDC call.
Pull recovery performance data across all rooftops using GET /recovery/status and analytics endpoints. Build a centralized dealer group dashboard showing appointment recovery rates, declined RO follow-up outcomes, and omnichannel contact rates per store.
Use the service.customer.reactivated webhook to trigger a sales outreach sequence when a service customer responds — automatically passing vehicle equity data, service history, and contact preferences to the sales team or initiating a LANE AI equity conversation.