HubSpot Update Company
Update company properties in HubSpot
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:
graph LR
A[Get Company] --> B[Web Scraper]
B --> C[LLM Analysis]
C --> D[Update Company]