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
Name | Required | Description | Default |
---|---|---|---|
company_id | Yes | HubSpot company ID |
Input Schema (JSON Schema)
{
"properties": {
"company_id": {
"description": "HubSpot company ID",
"type": "string"
}
},
"required": [
"company_id"
],
"type": "object"
}