v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBIntelligent 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
Example request
{
"leadId": 100001,
"appointmentId": 200001
}Response
Insight generated successfully
Example response
{
"message": "success"
}