Frends.HubSpot.CreateDeal / 1.2.0
Summary
Creates a deal from the property set you supply, and returns its identifier.
Typical use — opening opportunities automatically when another system signals intent, such as an order or a signed quote
Input parameters for creating a HubSpot deal.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| DealData | String |
– | { "amount": "5000", "dealname": "Enterprise Deal", "dealstage": "presentation scheduled", "pipeline": "default" } |
Deal properties such as amount, dealname, dealstage, pipeline. |