Update deal
crm_update_dealUpdate fields on a deal. Only the fields you pass are changed; anything you leave out keeps its current value. Moving a deal to a won or lost stage is an ordinary status change here - it triggers no invoice and no project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| value | No | ||
| status | No | ||
| deal_id | Yes | ||
| lead_id | No | The lead this deal came from, by name or id. null clears the origin. | |
| owner_id | No | ||
| close_date | No | ||
| contact_id | No | The contact this deal is with, by name or id. null detaches it. | |
| description | No | ||
| win_probability | No |