Short answer: You can update deal in HubSpot by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the HubSpot Update Deal action to a workflow, map its 5 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
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.