Skip to main content

What does this node do?

Updates one or more properties for a company in HubSpot CRM.

Configuration

company_id
string
required
HubSpot company ID.
properties
object
required
Properties to update.
{
  "industry": "SaaS",
  "lead_score": "85",
  "notes": "High potential customer"
}

Output

{
  "id": "123456",
  "updated": true,
  "properties_updated": ["industry", "lead_score", "notes"]
}

Example

Enrich and update: