HubSpot
App IntegrationsHubSpot Node
Overview
Supports the following operations: Create Contact, Create Deal, Create Company, Get Contact, Update Contact, Search, Contacts, Deals, Companies.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
operation | string | — | Configuration field for operation |
contactId | string | — | Configuration field for contactId |
email | string | — | Configuration field for email |
objectType | string | — | Configuration field for objectType |
searchQuery | string | — | Configuration field for searchQuery |
fieldMapping | string | — | Configuration field for fieldMapping |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{hubspot.id}}anyOutput field: id
{{hubspot.success}}anyOutput field: success
{{hubspot.properties}}anyOutput field: properties
Examples
Basic Usage
Example configuration:
{
"operation": "value",
"contactId": "value",
"email": "value",
"objectType": "value",
"searchQuery": "value",
"fieldMapping": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
Try HubSpot in Your Workflow
Create a free account and start building AI-powered workflows with the HubSpot node.
Open Workflow Editor