get_lead_analytics
Retrieve detailed analytics for a specific lead in Kommo CRM, enabling informed decision-making and performance tracking for your sales pipeline.
Instructions
Get analytics for a specific lead
Input Schema
Name | Required | Description | Default |
---|---|---|---|
lead_id | Yes | ID of the lead |
Input Schema (JSON Schema)
{
"properties": {
"lead_id": {
"description": "ID of the lead",
"type": "number"
}
},
"required": [
"lead_id"
],
"type": "object"
}