dealname | string | Yes | - | Deal name (required - primary identifier for the deal) |
amount | string | No | - | Deal amount/value in the company’s currency |
dealstage | string or SelectableOption | No | - | Deal stage representing where the deal is in the sales pipeline. Common stages: appointmentscheduled, qualifiedtobuy, presentationscheduled, decisionmakerboughtin, contractsent, closedwon, closedlost. |
pipeline | string or SelectableOption | No | - | Pipeline ID that the deal belongs to |
closedate | string | No | - | Expected close date for the deal (format: YYYY-MM-DD or timestamp) |
dealtype | string or SelectableOption | No | - | Type of deal. Common options: newbusiness, existingbusiness, renewalbusiness. |
hs_priority | string or SelectableOption | No | - | Priority level for the deal. Options: low, medium, high. |
description | string | No | - | Description or notes about the deal |
additional_properties | object | No | - | Additional HubSpot deal properties as key-value pairs. Example: {“hs_forecast_amount”: “50000”, “hs_forecast_probability”: “75”} |