update_deal
Modify existing deals by updating fields, moving pipelines or stages, reassigning owners, and replacing tags. Streamline CRM deal management with direct updates.
Instructions
Update an existing deal.
Args: deal_id: The Nimble deal ID. fields_values_json: JSON string keyed by field id, each a list of {"value": ...} dicts. Send an empty list to clear a field. pipeline_id: Move the deal to a different pipeline. stage_id: Move the deal to a different stage. owner_id: Reassign the deal owner. tags: Comma-separated new tag list (replaces existing tags).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| deal_id | Yes | ||
| owner_id | No | ||
| stage_id | No | ||
| pipeline_id | No | ||
| fields_values_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |