deal_id | string | Yes | - | Deal ID (required to identify which deal to update) |
dealname | string | No | - | Update deal name |
amount | string | No | - | Update deal amount/value |
dealstage | string or SelectableOption | No | - | Update deal stage. Common stages: appointmentscheduled, qualifiedtobuy, presentationscheduled, decisionmakerboughtin, contractsent, closedwon, closedlost. |
pipeline | string or SelectableOption | No | - | Update pipeline ID that the deal belongs to |
closedate | string | No | - | Update expected close date (format: YYYY-MM-DD or timestamp) |
dealtype | string or SelectableOption | No | - | Update deal type. Options: newbusiness, existingbusiness, renewalbusiness. |
hs_priority | string or SelectableOption | No | - | Update priority level. Options: low, medium, high. |
description | string | No | - | Update description or notes about the deal |
additional_properties | object | No | - | Additional HubSpot deal properties to update as key-value pairs. Example: {“hs_forecast_amount”: “50000”, “hs_forecast_probability”: “75”} |