Docs/App Integrations/HubSpot

HubSpot

App Integrations

HubSpot Node

Overview

Supports the following operations: Create Contact, Create Deal, Create Company, Get Contact, Update Contact, Search, Contacts, Deals, Companies.

Configuration

PropertyTypeDefaultDescription
operationstring—Configuration field for operation
contactIdstring—Configuration field for contactId
emailstring—Configuration field for email
objectTypestring—Configuration field for objectType
searchQuerystring—Configuration field for searchQuery
fieldMappingstring—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