Short answer: You can get company in HubSpot by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the HubSpot Get Company action to a workflow, map its 2 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. |
Properties properties | string | Optional | Comma-separated property names to include. Leave empty for defaults. |
{"company_id": "e.g. 601","properties": "e.g. name,domain,industry,phone"}
{"id": "601","properties": {"name": "Acme Inc","domain": "acme.com","industry": "Technology","createdate": "2025-01-15T12:00:00.000Z"}}
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.