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

leadIdinteger required

Lead ID

taskIdinteger required

Task ID

Example request

{
  "leadId": 100001,
  "taskId": 300001
}

Response

Call script generated successfully

contextstring

Call background context overview

objectiveSuggestionstring[]

Suggested call objectives

Changes

No recorded changes to this endpoint across all 1 revision of this API.