# DeltaLead ## Documentation ### Get Started - [What Is DeltaLead? AI Lead Management for Dealerships](https://docs.deltalead.ai/introduction.md): DeltaLead is an AI platform that captures, qualifies, and follows up on automotive leads across every channel — 24/7, without human intervention. - [DeltaLead Quickstart: Up and Running in 30 Minutes](https://docs.deltalead.ai/quickstart.md): Connect your WhatsApp number, configure your AI agent, and start qualifying automotive leads automatically — takes under 30 minutes. - [Authenticate DeltaLead API Requests with Your API Key](https://docs.deltalead.ai/authentication.md): DeltaLead authenticates all API requests using an API key passed in the X-API-Key header. Learn how to find your key and use it securely. ### Core Concepts - [Leads in DeltaLead: Lifecycle, Fields, and Profiles](https://docs.deltalead.ai/concepts/leads.md): A lead in DeltaLead is a unified contact profile that aggregates all interactions across channels. Learn how leads are created, tracked, and managed. - [AI Agents: How DeltaLead Automates Lead Conversations](https://docs.deltalead.ai/concepts/ai-agents.md): DeltaLead AI agents handle inbound and outbound conversations on WhatsApp, voice calls, and email — 24/7, in regional Spanish variants and English. - [Omnichannel Lead Capture: All Channels, One Profile](https://docs.deltalead.ai/concepts/omnichannel.md): DeltaLead unifies leads from WhatsApp, Meta Ads, MercadoLibre, phone, web forms, and email into a single contact profile, eliminating duplicates. - [Lead Scoring: Focus Your Team on Purchase-Ready Leads](https://docs.deltalead.ai/concepts/lead-scoring.md): DeltaLead automatically scores every lead by purchase intent, budget, and urgency so your team focuses on the hottest opportunities first. ### Platform - [Automated Lead Qualification with DeltaLead AI Agents](https://docs.deltalead.ai/platform/lead-qualification.md): DeltaLead AI agents automatically qualify leads from every channel — scoring purchase intent, handling objections, and booking test drives 24/7. - [Lead Traceability: Full Funnel Visibility in Real Time](https://docs.deltalead.ai/platform/lead-traceability.md): Track every lead from first contact to closed sale with DeltaLead's real-time traceability dashboard, full funnel analytics, and automatic CRM sync. - [DeltaLead DMS: Vehicle Lifecycle from Factory to Sale](https://docs.deltalead.ai/platform/vehicle-lifecycle.md): DeltaLead's built-in DMS tracks your vehicles from factory to delivery — with AI-powered catalog creation, batch intake parsing, and live inventory sync. - [Unified Inbox: Every Channel in One Conversation View](https://docs.deltalead.ai/platform/unified-inbox.md): DeltaLead's unified inbox consolidates WhatsApp, calls, email, MercadoLibre, and web form leads into one view so your team never loses context. - [Outbound WhatsApp Campaigns: Targeting and Analytics](https://docs.deltalead.ai/platform/campaigns.md): Create and send outbound WhatsApp campaigns to segmented lead lists from within DeltaLead — with conversion tracking and AI-powered follow-up. ### Integrations - [Integrations Overview: Connect DeltaLead to Your Stack](https://docs.deltalead.ai/integrations/overview.md): DeltaLead integrates with your CRM, DMS, ad platforms, messaging channels, and workflow tools. No data migration required — connect what you already use. - [Connect DeltaLead to Your CRM, DMS, and Sales Tools](https://docs.deltalead.ai/integrations/crm.md): Sync DeltaLead leads, conversations, and scores directly to Salesforce, HubSpot, Pipedrive, Odoo, Dynamics 365, Tecnom, PilotSolution, and more. - [Connect Messaging Channels and Lead Sources to DeltaLead](https://docs.deltalead.ai/integrations/channels.md): Connect WhatsApp, Meta Ads, MercadoLibre, web forms, email, and phone calls to DeltaLead so every lead lands in your unified inbox automatically. - [Webhooks, Zapier & Make: Extend DeltaLead Automations](https://docs.deltalead.ai/integrations/webhooks-zapier.md): Use DeltaLead webhooks, Zapier, and Make integrations to automate workflows, push lead data to any tool, and trigger actions on lead events. - [Custom Webhook: Send Inbound Leads to DeltaLead](https://docs.deltalead.ai/integrations/custom-webhook.md): Push leads into DeltaLead from any external system with one authenticated POST request. Create a key in the dashboard, test with sandbox, then switch to live. ### Account & Billing - [DeltaLead Plans: Growth, Advanced, and Enterprise Pricing](https://docs.deltalead.ai/account/plans.md): Compare DeltaLead's Growth, Advanced, and Enterprise plans — pricing, included features, and how Monthly Active Client (MAC) billing works. - [DeltaLead Onboarding: Go Live in One Week to One Month](https://docs.deltalead.ai/account/onboarding.md): Learn what to prepare before your DeltaLead onboarding and what happens at each stage — from connecting channels to AI training and team activation. - [DeltaLead FAQ: Plans, Billing, Calls, and Integrations](https://docs.deltalead.ai/account/faq.md): Answers to common questions about DeltaLead's AI agents, WhatsApp calling, MAC billing, CRM integrations, data ownership, and cancellation policy. ## REST API ### Overview - [DeltaLead REST API: Manage Leads and Agents Programmatically](https://docs.deltalead.ai/api-reference/introduction.md): The DeltaLead REST API lets you create and manage leads, conversations, and AI agents. All endpoints accept JSON and return JSON over HTTPS. - [DeltaLead API Authentication: X-API-Key Header Guide](https://docs.deltalead.ai/api-reference/authentication.md): Authenticate DeltaLead API requests by passing your API key in the X-API-Key header. Keys are created and managed in your dashboard settings. - [DeltaLead REST API Error Codes and Troubleshooting](https://docs.deltalead.ai/api-reference/errors.md): DeltaLead API errors follow standard HTTP status codes and return a JSON body with a machine-readable code and a human-readable message. - [DeltaLead API Cursor-Based Pagination for List Endpoints](https://docs.deltalead.ai/api-reference/pagination.md): DeltaLead list endpoints use cursor-based pagination. Supply the cursor and limit parameters to step through leads, conversations, and agent records. ### Leads - [List and Filter Leads — DeltaLead REST API Endpoint](https://docs.deltalead.ai/api-reference/leads/list.md): Retrieve leads by status, intent, channel, or AI score. Paginate with a cursor to walk through your entire pipeline and sync records with your integration. - [Fetch One Lead by ID — DeltaLead REST API Endpoint](https://docs.deltalead.ai/api-reference/leads/get.md): Retrieve all data for one lead by ID — contact details, AI score, purchase intent, vehicle interest, lifecycle status, assignment, and activity timestamps. - [Create a Lead Programmatically — DeltaLead REST API](https://docs.deltalead.ai/api-reference/leads/create.md): Add a lead to DeltaLead without a channel interaction. Ideal for legacy imports, custom form submissions, or third-party sources not natively connected. - [Modify Lead Properties — DeltaLead REST API Reference](https://docs.deltalead.ai/api-reference/leads/update.md): Selectively update a lead record. Send only the fields to change — status, advisor, vehicle interest, or notes — and all other properties remain untouched. ### Conversations - [List Lead Conversations — DeltaLead REST API Endpoint](https://docs.deltalead.ai/api-reference/conversations/list.md): Get paginated lead conversations. Filter by lead ID, channel, or status to find open threads, audit AI activity, or pull conversation history for your CRM. - [Get Conversation Thread — DeltaLead REST API Reference](https://docs.deltalead.ai/api-reference/conversations/get.md): Get a conversation by ID with its full message history, channel metadata, and AI-generated summary of key signals and advisor action items. - [Send a Human Message — DeltaLead Conversations REST API](https://docs.deltalead.ai/api-reference/conversations/send-message.md): Post a message as a human advisor in an open conversation, bypassing the AI. Set pause_ai to stop auto-replies while your sales team manages the exchange. ### Agents - [List All AI Agents in Your Organization | DeltaLead](https://docs.deltalead.ai/api-reference/agents/list.md): GET /v1/agents — list all AI agents configured in your DeltaLead organization, including their status, language, and channel assignments. - [GET /v1/agents/{id}: Get AI Agent Details | DeltaLead](https://docs.deltalead.ai/api-reference/agents/get.md): GET /v1/agents/{id} — fetch full configuration details for a single AI agent including tone, handoff triggers, and follow-up cadence. - [PATCH /v1/agents/{id} — Update Agent Configuration](https://docs.deltalead.ai/api-reference/agents/update.md): PATCH /v1/agents/{id} partially updates an AI agent's name, language, status, tone, handoff triggers, or follow-up cadence settings. ### Webhooks - [Webhook Overview: Real-Time Lead Events | DeltaLead](https://docs.deltalead.ai/api-reference/webhooks/overview.md): DeltaLead webhooks send real-time POST requests to your HTTPS endpoint whenever leads are created, qualified, assigned, or appointments are booked. - [Webhook Event Reference: All DeltaLead Event Types](https://docs.deltalead.ai/api-reference/webhooks/events.md): Reference for all DeltaLead webhook events — lead lifecycle, conversation, appointment, and agent handoff events with full payload schemas. - [POST /webhooks/custom — Inbound Lead Webhook | DeltaLead](https://docs.deltalead.ai/api-reference/webhooks/custom-inbound.md): POST an inbound lead to DeltaLead with a bearer key. Covers authentication, the v1 lead contract, idempotency, rate limits, and every response code. > The links below point to documentation indexes. Follow each `/_llms/` index recursively until you reach documentation pages. ## Indexes - [Spanish (23 pages)](https://docs.deltalead.ai/_llms/es.md): Documentation for Spanish.