get_lead_statuses
Retrieve lead statuses for a specific pipeline in Kommo CRM to track progress and manage workflow efficiently. Input the pipeline ID to fetch details.
Instructions
Get statuses for a specific pipeline
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pipeline_id | Yes | ID of the pipeline |
Input Schema (JSON Schema)
{
"properties": {
"pipeline_id": {
"description": "ID of the pipeline",
"type": "number"
}
},
"required": [
"pipeline_id"
],
"type": "object"
}