pipedrive_create_stage
Create a new pipeline stage by providing a stage name and pipeline ID, with optional deal rotting settings.
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) | |
| 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 |