pipedrive_update_deal
Modify existing deals in Pipedrive CRM by updating fields like title, value, status, owner, or custom data to reflect current business progress.
Instructions
Update an existing deal in Pipedrive. Specify the deal ID and any fields to update.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deal ID to update | |
| title | No | New deal title | |
| value | No | New deal value | |
| currency | No | New currency code | |
| owner_id | No | New owner user ID | |
| person_id | No | New linked person ID | |
| org_id | No | New linked organization ID | |
| pipeline_id | No | New pipeline ID | |
| stage_id | No | New stage ID | |
| status | No | New deal status | |
| expected_close_date | No | New expected close date (YYYY-MM-DD) | |
| probability | No | New success probability (0-100) | |
| won_time | No | Won time (when status is 'won') | |
| lost_time | No | Lost time (when status is 'lost') | |
| lost_reason | No | Lost reason (when status is 'lost') | |
| label_ids | No | Label IDs to set on deal | |
| custom_fields | No | Custom field values as object with field keys |