pipedrive_update_deal
Update deals in Pipedrive by ID: modify status, value, stage, owner, or custom fields to maintain accurate CRM records.
Instructions
Update an existing deal in Pipedrive. Specify the deal ID and any fields to update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deal ID to update | |
| title | No | New deal title | |
| value | No | New deal value | |
| org_id | No | New linked organization ID | |
| status | No | New deal status | |
| currency | No | New currency code | |
| owner_id | No | New owner user ID | |
| stage_id | No | New stage ID | |
| won_time | No | Won time (when status is 'won') | |
| label_ids | No | Label IDs to set on deal | |
| lost_time | No | Lost time (when status is 'lost') | |
| person_id | No | New linked person ID | |
| visible_to | No | Visibility: 1=Owner, 3=Group, 5=Subgroups, 7=Company | |
| lost_reason | No | Lost reason (when status is 'lost') | |
| pipeline_id | No | New pipeline ID | |
| probability | No | New success probability (0-100) | |
| custom_fields | No | Custom field values as object with field keys | |
| expected_close_date | No | New expected close date (YYYY-MM-DD) |