add_pipeline_stage
Add a new stage to an existing pipeline in Kommo. Provide the pipeline ID and stage name; optionally set color and sorting order.
Instructions
Add a new stage (status) to an existing pipeline in Kommo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes | ID of the pipeline | |
| name | Yes | Name of the new stage (status) | |
| color | No | Background color of the stage in hex format (e.g. #fffd7f) | |
| sort | No | Sorting order (position) of the stage |