API Reference
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 AuthorizationBasic <token>
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 '{}'Empty
{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}