HubSpot MCP Server

MIT License
  • Linux
  • Apple

hubspot_get_company_activity

Retrieve activity history for a specific HubSpot company using its ID to track interactions and engagements within the CRM system.

Instructions

Get activity history for a specific company

Input Schema

NameRequiredDescriptionDefault
company_idYesHubSpot company ID

Input Schema (JSON Schema)

{ "properties": { "company_id": { "description": "HubSpot company ID", "type": "string" } }, "required": [ "company_id" ], "type": "object" }
ID: rt2f3pgyin