pipedrive_update_stage
Update stage details (name, deal probability, rot settings) or relocate it to another pipeline using the stage ID and fields to modify.
Instructions
Update an existing stage. Provide the stage id and any fields to change. Set pipeline_id to move the stage to another pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the stage to update | |
| name | No | The new name of the stage | |
| pipeline_id | No | Move the stage to this pipeline ID | |
| days_to_rotten | No | Days until a deal not updated in this stage becomes rotten (applies only when is_deal_rot_enabled is set; null to clear) | |
| deal_probability | No | The success probability percentage of deals in this stage (0-100) | |
| is_deal_rot_enabled | No | Whether deals in this stage can become rotten |