hubspot_search_contacts
Find contacts using filter groups on creation date and other properties, with pagination support. Returns selected fields for focused analysis.
Instructions
Search HubSpot contacts with filters (READ-ONLY).
Args: filters: JSON string of HubSpot filter groups array (default: "[]") properties: Comma-separated contact properties to return created_after: ISO date filter on createdate (>=) created_before: ISO date filter on createdate (<=) limit: Max contacts (default: 50) after: Cursor token from a previous call's next_cursor for pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| filters | No | [] | |
| properties | No | firstname,lastname,email,jobtitle,hs_analytics_source,hs_analytics_first_url,createdate | |
| created_after | No | ||
| created_before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |