Process ADF Lead
Parses an ADF (Auto/Lead Data Format) XML document, extracts customer information, creates or updates the contact, and initiates outbound engagement. The message is queued for asynchronous delivery.
Authorization
basic Basic Authorization header
In: header
Request Body
application/json
The ADF request containing the XML document in standard automotive lead format.
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://api.dealerai.com/api/v1/ailm/outbound/adf" \ -H "Content-Type: application/json" \ -d '{}'{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}Engage Contact
Creates or updates a contact and initiates a message to engage them. The message is queued for asynchronous delivery via the Bot Engine.
List conversations
Returns a paginated list of conversation records for the authenticated dealer. Supports filtering by dealership, channel, free-text query, and creation date range, and can optionally include an AI-generated summary for each conversation.