pipedrive_deals_update
Update an existing deal in Pipedrive, supporting custom fields by name or key. Modify deal details like title, value, status, or stage.
Instructions
Update an existing deal. Supports custom fields by name or key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deal_id | Yes | The deal ID to update | |
| title | No | ||
| person_id | No | ||
| org_id | No | ||
| value | No | ||
| currency | No | ||
| pipeline_id | No | ||
| stage_id | No | ||
| status | No | ||
| expected_close_date | No | ||
| visible_to | No | ||
| custom_fields | No | ||
| custom_fields_by_name | No |