Short answer: You can update company in HubSpot by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the HubSpot Update Company action to a workflow, map its 6 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Company ID company_id | string | Required | HubSpot company record ID — a numeric string. Find via List Companies. Not the company domain. |
Company Name name | string | Optional | Company Name |
Domain domain | string | Optional | Domain. Example: stripe.com |
Phone phone | string | Optional | Phone number in E.164 format (with country code, no spaces). |
City city | string | Optional | City |
Industry industry | string | Optional | Industry |
{"company_id": "e.g. 1234567890","name": "{{trigger.name}}","domain": "e.g. stripe.com","phone": "e.g. +14155551234","city": "{{trigger.city}}"}
{"id": "123","properties": {"name": "Stripe","domain": "stripe.com"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.