DealerAI Docs
Portal Guide

Integrations

Connect DealerAI to external CRM systems, automotive platforms, and configure webhook event subscriptions.

The Integrations section lets you connect DealerAI to the external systems your dealership already uses — CRMs, inventory platforms, and scheduling tools — so data flows automatically between them without manual re-entry.

Overview

DealerAI supports two types of integrations:

TypeDescription
Integration AgentsPre-built connections to specific automotive platforms and CRMs
Event SubscriptionsWebhooks that notify external systems when specific events happen in DealerAI

Navigate to Integrations in the sidebar to access both.

Integration Agents

Integration Agents are pre-configured connectors for popular automotive platforms. Enabling an agent activates the two-way data sync between DealerAI and that platform.

Supported Platforms

PlatformCapabilities
VinSolutionsPush leads and appointments into the VinSolutions CRM
DealerSocketSync lead data and appointment details with DealerSocket
FortellisAccess automotive data services and inventory via the Fortellis network
XTimeSync service appointments with XTime scheduling

Contact your DealerAI account manager to enable additional integration agents not listed here. Availability may depend on your subscription plan.

Configuring an Integration Agent

Go to Integrations → Integration Agents
Find the platform you want to connect and click Configure
Enter the required credentials (API key, dealer ID, or OAuth details) from your external platform account
Click Save and Test to verify the connection is working
Toggle the integration Active to begin data sync

Event Subscriptions (Webhooks)

Event Subscriptions let you receive real-time notifications in your own systems whenever something happens in DealerAI. This is useful for building custom integrations or triggering workflows in tools like Zapier or your internal platforms.

Available Events

EventTriggered when
conversation.startedA new conversation begins
appointment.createdAn appointment is booked by the AI
appointment.updatedAn appointment is modified
lead.createdA new lead is received
enrollment.completedA customer completes a Reach sequence

Creating a Webhook

Go to Integrations → Event Subscriptions
Click Add Subscription
Enter the Endpoint URL — the URL DealerAI will POST event data to
Select the Events you want to subscribe to
Click Save — DealerAI will immediately start sending events to your endpoint

Webhook endpoints must be HTTPS and publicly accessible. DealerAI will retry failed deliveries up to three times before marking a delivery as failed.

Webhook Payload

Each webhook POST includes a JSON payload with the event type and relevant data. Secure your endpoint by validating the request against the signing secret provided when the subscription is created.

On this page