Tools
Filter Groups Syntax
Humm uses HubSpot’s filterGroups structure for advanced searches. Here’s how it works:Logic
- Within a filter group: Conditions are combined with AND
- Across filter groups: Groups are combined with OR
Structure
Operators
Enumeration Properties
Certain HubSpot properties are “enumeration” types internally and require special handling:hubspot_owner_iddealstagepipelinelifecyclestage
CONTAINS_TOKEN instead of EQ. Using EQ often returns no results.
Query Examples
Search companies by owner
Search deals in a specific stage
Search contacts by email domain
Combined filters (AND logic within group)
Multiple filter groups (OR logic across groups)
Custom Objects
HubSpot supports custom objects with unique schemas. To work with custom objects:- Discover schemas: Use
HUBSPOT_LIST_SCHEMASto list all custom object schemas and theirobjectTypeIdvalues (e.g.,2-123456) - List properties: Use
HUBSPOT_LIST_PROPERTIESwith theobjectTypeIdto see available fields - Query records: Use
HUBSPOT_LIST_OBJECTSorHUBSPOT_SEARCH_OBJECTSwith theobjectTypeIdas theobject_type
Authentication
OAuth
Connect securely via HubSpot OAuth. Authorize Humm to access your HubSpot portal.