pipedrive_create_stage
Add a new stage to a sales pipeline by specifying its name and pipeline ID. Optionally set deal probability and configure deal rotting to track stale deals.
Instructions
Create a new stage in a pipeline. name and pipeline_id are required. Use is_deal_rot_enabled and days_to_rotten to configure deal rotting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the stage (required) | |
| pipeline_id | Yes | The ID of the pipeline to add the stage to (required) | |
| 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) |