rename_pipeline_stage
Rename a pipeline stage or update its color, sorting, and tips to better organize your sales process.
Instructions
Rename an existing stage/status inside a pipeline, or change its color, sorting, and descriptions (tips).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_id | Yes | ID of the pipeline | |
| status_id | Yes | ID of the stage (status) to modify | |
| name | No | The new name for the stage (status) | |
| color | No | Background color of the stage in hex format (e.g. #fffd7f) | |
| sort | No | Sorting order (position) of the stage | |
| descriptions | No | Array of stage descriptions (tips). Format: [{ level: 'newbie'|'candidate'|'master', description: 'text' }] |