create lead event
POST /api/v1/lead_events
POST
/api/v1/lead_events
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” data
object
leadClusterId
required
integer
messageDetail
required
object
contactType
string
description
string
sentDate
string
sentBy
string
service
required
string
Example
{ "leadClusterId": 123456, "messageDetail": { "contactType": "SMS", "description": "Hello, my name is .........", "sentDate": "2023-08-18T10:39:00.000", "sentBy": "Client" }, "service": "impel"}Responses
Section titled “ Responses ”Successful lead event creation
Wrong apikey for the dealership
Lead Cluster not found