v1

latestOpenAPI 3.0.12026-07-22120163333.7 KB
Intelligent Features

Prepare Insight

Generates pre-meeting insight based on lead and appointment information.

post/v2.0/ai/prepare-insight

Headers

Authorizationstring required

Bearer [access_token]

Content-Typestring required

application/json

Request body

leadIdinteger required

Lead ID

appointmentIdinteger required

Appointment ID

Example request

{
  "leadId": 100001,
  "appointmentId": 200001
}

Response

Insight generated successfully

codeinteger

Response code, 0 means success

messagestring

Response message

dataobject

Response data payload

Example response

{
  "message": "success"
}