create_deal
Creates a new sales deal in HubSpot CRM, with optional association to an existing contact. Specify deal name, amount, pipeline, and stage to record the opportunity.
Instructions
Create a new HubSpot deal, optionally associated with an existing contact. Amount is in the portal's default currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | No | ||
| dealName | Yes | ||
| pipeline | No | ||
| contactId | No | If provided, associates the new deal with this contact. | |
| dealStage | No | Internal dealstage value; omit to use the pipeline default. |