Update Deal in HubSpot
n8n-nodes-base.httpRequest
Update an existing deal in HubSpot CRM by deal ID, changing pipeline stage, amount, or other properties.
Use Cases
Move deal through pipeline stages
Update deal value
Configuration
Node Configuration Summary
Ready-to-use HubSpot node configured for update deal in hubspot.
Copy and paste directly into your n8n workflow.
Method:
PATCH
Endpoint:
/crm/v3/objects/deals/{{ $json.dealId }}
Nodes:
2
Auth:
HTTP Header Auth
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.