Intelligent Features
Generate Call Script
Generates a call script based on lead information and an associated task.
post/v2.0/ai/call-script
Headers
Authorizationstring required
Bearer [access_token]
Content-Typestring required
application/json
Request body
Example request
{
"leadId": 100001,
"taskId": 300001
}Response
Call script generated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.