deals_mark_as_won
Mark a deal as won by updating its status and moving it to the won stage, automatically setting the close date to today to trigger win-based workflows.
Instructions
Mark a deal as won.
Updates the deal status to "won" and moves it to the appropriate won stage in the pipeline.
Workflow tips:
Automatically moves deal to won stage
Updates deal close date to current date
Triggers won deal notifications and automations
More convenient than using deals/update with status field
Use deals/get first to verify the deal details
Common use cases:
Mark deal as won: { "id": 123 }
Close successful deals quickly
Trigger win-based workflows
Update sales metrics
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the deal to mark as won |