Short answer: Drop the "HubSpot → Update Deal" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Deal ID deal_id | string | Required | HubSpot deal record ID — a numeric string. Find via List Deals. |
Deal Name dealname | string | Optional | Deal Name |
Amount amount | string | Optional | Amount |
Deal Stage ID dealstage | string | Optional | Deal Stage ID. Example: closedwon |
Close Date closedate | string | Optional | Close Date. Example: 2025-06-30 |
{"deal_id": "e.g. 1001","dealname": "{{trigger.dealname}}","amount": "{{trigger.amount}}","dealstage": "e.g. closedwon","closedate": "e.g. 2025-06-30"}
{"id": "1001","properties": {"dealname": "Enterprise Contract","dealstage": "closedwon"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.