HUBSPOT_COMPANY_GET - Buscar Empresa no HubSpot
O que é este Node?
O HUBSPOT_COMPANY_GET é o node responsável por buscar empresa por ID no HubSpot CRM.
Parâmetros
| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
| resource | string | Sim | Deve ser "companies" |
| operation | string | Sim | Deve ser "get" |
| config.apiKey | string | Sim | API Key do HubSpot |
| companyId | string | Sim | ID da empresa |
Exemplo Básico
{"name": "HubSpot - Buscar Empresa", "nodes": [{"id": "start_1", "type": "start", "position": {"x": 100, "y": 100}, "data": {"label": "Início"}}, {"id": "hubspot_1", "type": "hubspot", "position": {"x": 300, "y": 100}, "data": {"label": "Buscar", "parameters": {"resource": "companies", "operation": "get", "config": {"apiKey": "{{hubspot_api_key}}"}, "companyId": "{{company_id}}"}}}, {"id": "end_1", "type": "end", "position": {"x": 500, "y": 100}, "data": {"label": "Fim"}}], "edges": [{"source": "start_1", "target": "hubspot_1"}, {"source": "hubspot_1", "target": "end_1"}]}
Próximos Nodes
→ HUBSPOT_COMPANY_UPDATE - Atualizar empresa → HUBSPOT_COMPANY_SEARCH - Buscar por filtros