hubspot_get_active_companies
Fetch recently active companies from HubSpot CRM, with an optional limit to control the number of results returned. Ideal for tracking engagement and prioritizing follow-ups.
Instructions
Get most recently active companies from HubSpot
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of companies to return (default: 10) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Maximum number of companies to return (default: 10)",
"type": "integer"
}
},
"type": "object"
}