pipedrive_update_stage
Update stage name, probability, or rotten settings. Move stage to another pipeline by providing pipeline ID.
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 | |
| 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 | |
| days_to_rotten | No | Days until a deal not updated in this stage becomes rotten (applies only when is_deal_rot_enabled is set) |