Find Your Perfect Vehicle

From everyday commuters to exotic dream cars — browse our 100+ vehicle inventory. AI-powered assistance available 24/7.

Financing Available
AI Chat Support
After-Hours Booking
Exotic & Luxury

Our Inventory

Explore our selection — from everyday reliable vehicles to exotic supercars

Carson Exports AI

Online — Ready to help
We're open! Chat with us now

Dashboard Overview

Real-time view of leads, appointments, and chat activity

0
Chat Sessions Today
0
New Leads
0
Appointments Set
0
After-Hours Leads
Recent Leads
NameDepartmentSourceStatusDate

Lead History

Complete lead and appointment tracking

NameEmailPhoneSourceDepartmentAppt StatusDateWebhookActions

📱 SMS Leads

After-hours SMS conversations with leads via Twilio

PhoneNameInterestStatusMessagesLast MessageCreatedActions
No SMS leads yet. After-hours inquiries will appear here.

Dealership Settings

Configure your dealership information and integrations

General Information
CRM Integration

AI Knowledge Settings

Configure your AI assistant's knowledge base and behavior

Dealership Knowledge
Response Configuration

📱 Twilio SMS Testing

Test your Twilio SMS integration before going live

Connection Status
Twilio Status
Checking...
Backend
Checking...
Test 1: ADF Lead Webhook

Simulate receiving an ADF lead from your CRM. This will create an SMS lead and send a greeting message.

Test 2: SMS Chat Message

Send a test SMS message to an existing SMS lead. First, create a lead using Test 1 above.

Test 3: View Active SMS Leads

View all SMS leads created during testing.

Setup Instructions

Step 1: Get Twilio Credentials

  1. Sign up at twilio.com
  2. Go to Console → Account Info
  3. Copy your Account SID and Auth Token
  4. Get a Twilio phone number

Step 2: Configure Environment

  1. Edit .env file in project root
  2. Add:
    TWILIO_ACCOUNT_SID=ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    TWILIO_AUTH_TOKEN=your_auth_token_here
    TWILIO_PHONE_NUMBER=+1XXXXXXXXXX
  3. Restart backend: npm start

Step 3: Test Integration

  1. Click "Check Connection" above
  2. Use Test 1 to send a sample ADF lead
  3. Check your phone for SMS greeting message
  4. Use Test 2 to send an SMS reply
  5. Verify AI response is received

Customer Retention Engine

PBS integration for service reminders and customer follow-up

PBS Integration
Import customer records from your PBS DMS

Webhook Log

Track all webhook events and CRM data transmissions

TimestampLeadEndpointStatusActions

Embed Code

Add the AI chat widget to any website with this embed snippet

JavaScript Embed Snippet
<!-- Carson Exports AI Chat Widget --> <script> window.DealerAIConfig = { dealershipId: "carson-exports", apiKey: "ce_live_xxxxxxxxxxxxxxxx", primaryColor: "#1e6fff", dealerName: "Carson Exports", afterHoursTime: "20:00", webhookUrl: "https://crm.carsonexports.ca/api/webhook/leads", crmEmail: "[email protected]", position: "bottom-right", theme: "auto" }; </script> <script src="https://cdn.dealerai.com/v1/chat-widget.js" async></script>

Place this code before the closing </body> tag on any page where you want the chat widget to appear.

WordPress Plugin (Coming Soon)

WordPress plugin is under development.
Use the JavaScript embed in the meantime.