Elead CRM is an automotive dealership CRM from CDK Global that centralizes lead management, sales-process automation, BDC and desking workflows, marketing and equity mining, and service follow-up in a single cloud platform. This page is an independent design exercise that asks what a well-designed Elead CRM API could look like: the resources it would expose, the authentication it would need, and the workflows it could unlock. Below: a hypothetical endpoint design, the technical requirements a production implementation would face, the use cases programmatic access could serve, and where to start if your team needs this kind of access today.

This page is an independent analysis by Supergood of what a well-designed Elead CRM API could look like. It draws on publicly available information, vendor materials, and general integration experience in this category. Nothing on this page describes an existing Elead CRM product, and Supergood is not affiliated with or endorsed by the vendor. If the vendor offers an official API, we highly recommend it.
Elead CRM is an automotive dealership CRM from CDK Global that centralizes lead management, sales-process automation, BDC and desking workflows, marketing and equity mining, and service follow-up in a single cloud platform. Dealerships use Elead to capture and route leads, manage sales opportunities and the sales team, desk deals, run targeted marketing and service campaigns, and surface analytics, integrated with major DMS platforms and dealer applications.
Core product areas include:
An API for a platform like this would naturally organize around its core data entities:
Dealerships run high-volume sales and BDC workflows on Elead every day, but turning portal-driven processes into reliable API-driven automation is non-trivial:
If Elead CRM exposed a modern, general-purpose API, the integration challenges above suggest what it would need to get right. This is a design sketch, not documentation of anything that exists today:
The endpoint sketches, technical requirements, and use cases below flesh out this hypothetical design.
How AI agents could connect to software like Elead CRM: MCP servers for software without a public API →
If your team needs this kind of access today, Supergood builds integrations on request, one customer at a time. We act at the direction of our customers, within the access they already hold. Customers bring their own accounts, licenses, and entitlements. If the vendor offers an official API, we highly recommend it.
Authentication
/authenticateWould authenticate to an Elead CRM dealer instance using client id, client secret, and subscription id and obtain a session token for downstream calls.
Opportunities
/opportunitiesWould search and retrieve sales opportunities by date range or delta window, including source, status, vehicles sought, trade-ins, and sales-team details.
Opportunities
/create_opportunityWould create a new opportunity for an existing customer record with source, up type, vehicle sought, and trade-in details.
Customers
/customersWould retrieve prospect and customer records, including contact details, Elead customer IDs, and associated vehicle data.
Activities
/create_activityWould create and complete sales activities for an opportunity, add comments, and send emails that log the corresponding activity.
Reference Data
/reference_dataWould search and retrieve product reference data, opportunity, employee, and vehicle values, used to support the other Vehicle Sales APIs.
- Pull new and updated opportunities by date range or delta window into a warehouse or downstream CRM - Capture source, sub-source, status, up type, vehicles sought, and trade-in details on each opportunity - Reconcile customer and Elead customer IDs across rooftops for a unified buyer view
- Reassign the primary salesperson or BDC agent on an opportunity without portal clicks - Add or remove salespeople and update position codes as deals progress - Update opportunity sub-status and sales steps from your own tooling
- Send emails on the dealer's behalf and auto-log the corresponding activity - Add comments and sales activities to keep the opportunity timeline complete - Trigger marketing and equity-mining campaigns from normalized opportunity data
- Add, edit, and delete vehicles sought and trade-in records on an opportunity - Match VIN, make, model, trim, and mileage against live inventory - Surface trade-in equity and vehicle-sought signals to desking and pricing tools
Authentication
Would require client id, client secret, and per-dealer subscription id, with SSO logins with managed session handling
Connectivity
Would build on authenticated browser flows plus Elead's Fortellis-published Vehicle Sales APIs where the dealer has subscribed
Response format
Normalized JSON across opportunities, customers, activities, vehicles, and sales-team objects
Rate limits
Adaptive throttling tuned to Elead's per-connection limit (roughly 100 calls per 60 seconds)
Session management
Would need automatic session refresh, credential rotation, and subscription-scoped access
Data freshness
Near real-time pulls via delta queries (past seven days) with scheduled batch backfills for history
Security
Encrypted credential vault, scoped access tokens, SOC 2-aligned controls, and audit logging
Webhooks
Event-style callbacks for new opportunities, status changes, activities, and sales-team reassignments
Latency
Design target: sub-second reads on cached entities; multi-second writes when creating opportunities or sending emails
Throughput
Design target: horizontally scaled workers paced to respect Fortellis connection throttles across rooftops
Reliability
Retry, backoff, and idempotency keys for opportunity creation, comments, and trade-in updates
Versioning
Clear versioning and change management would matter as Elead CRM evolves
Opportunities (search, create, comment, sub-status, sales steps), customers and prospects, sales activities and emails, vehicles sought and trade-ins, and sales-team members including salesperson and BDC-agent reassignment, plus product reference data.
Availability of official interfaces varies by product, plan, and licensing. Many platforms in this category gate access behind partner programs or paid modules, and there is often no broadly available, self-serve public API. Check the vendor's developer resources for current offerings.
The hard parts would be authentication (MFA, session management, enterprise controls), consistent schemas across the platform's products, and write semantics that reconcile the way the platform's own workflows do.
No. This page is an independent analysis by Supergood and is not affiliated with, sponsored by, or endorsed by the vendor. All product names and trademarks belong to their respective owners and are used for identification only. Nothing here documents an actual Elead CRM product or service.
Supergood acts at the direction of its customers, within the access those customers already have. We respect each customer's agreements with their software vendors, and how those agreements apply to a customer's use is a determination the customer makes. If the vendor offers an official API, we highly recommend it.
Supergood builds managed API access to enterprise software for customers on request, scoped to each customer's own licensing and entitlements. If your team needs programmatic access to a platform like this, schedule an integration assessment to discuss options.