deals_move_to_stage
Move a deal to a different pipeline stage by specifying deal ID and target stage ID. Update deal progress without modifying other fields.
Instructions
Move a deal to a different stage in the pipeline.
Convenience tool to move a deal to another stage. Use this instead of deals/update when only changing stages.
Workflow tips:
Use pipelines/list to get available stages
Moving stages may trigger automations in Pipedrive
Stage must be in the same pipeline or specify pipeline_id
Common use cases:
Move to next stage: { "id": 123, "stage_id": 5 }
Move to won/lost stage: { "id": 123, "stage_id": 10 }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal to move | |
| stage_id | Yes | ID of the stage to move the deal to |