Update Contact in HubSpot
n8n-nodes-base.httpRequest
Update an existing contact in HubSpot CRM by contact ID, syncing changed properties like email, name, or phone.
Use Cases
Update contact properties
Sync changes from other systems
Configuration
Node Configuration Summary
Ready-to-use HubSpot node configured for update contact in hubspot.
Copy and paste directly into your n8n workflow.
Method:
PATCH
Endpoint:
/crm/v3/objects/contacts/{{ $json.contactId }}
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.