hubspot_get_active_contacts
Retrieve recently active contacts from HubSpot CRM using a predefined limit to streamline audience targeting and CRM management.
Instructions
Get most recently active contacts from HubSpot
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of contacts to return (default: 10) |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Maximum number of contacts to return (default: 10)",
"type": "integer"
}
},
"type": "object"
}