update_deal_stage
Move a deal to a specific pipeline stage by providing deal ID and target stage. Returns the updated deal record.
Instructions
Move a deal to a new pipeline stage.
Args: deal_id: The numeric id of the deal to update. stage: The name of the target stage.
Returns: A structured object containing the updated deal record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | Yes | ||
| deal_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||