HubSpot connector
Back to the connector overview, authentication methods, and actions.
17 Aug 2026
bug-fix improvementAdded the IN, NOT_IN, and BETWEEN filter operators to the Search Contacts, Search Deals, and Search Tickets actions (Search Companies already supported them). IN/NOT_IN match a property against a list of values via the new values array, and BETWEEN matches a range via value (lower bound) and the new highValue (upper bound) — e.g. filtering by a list of hs_object_id values, which previously returned no results. Also raised the search page-size limit to 200 and documented HubSpot’s 10,000-record search ceiling, and enriched the search filter documentation across all object types (filter-group limits, epoch-millisecond date values, IN/NOT_IN lowercase-string rule, CONTAINS_TOKEN wildcard support, and single-sort behavior). Fixed Search Contacts, Search Deals, and Search Tickets so a criteria-less search (empty body) returns all records instead of failing with HTTP 415 (Search Companies already behaved this way).Changed · 4 actions updated
Changed · 4 actions updated
hubspot_search_companies, hubspot_search_contacts, hubspot_search_deals, hubspot_search_tickets13 Aug 2026
breaking-change bug-fix improvementBreaking: company, CRM-object, and deal-pipeline/stage action responses are now wrapped under a top-level data key for a consistent response shape. Also fixed empty-body company searches (no longer error) and empty deal-pipeline updates (now rejected up front with a clear message), typed deal-stage metadata so probability is enforced, and removed the optional custom pipeline/stage ID inputs from create-deal-pipeline (HubSpot now assigns these automatically) to avoid intermittent provider errors.Changed · 21 actions updated
Changed · 21 actions updated
hubspot_batch_create_companies, hubspot_batch_update_companies, hubspot_create_company, hubspot_create_crm_object, hubspot_create_deal_pipeline, hubspot_create_deal_pipeline_stage, hubspot_delete_company, hubspot_delete_crm_object, hubspot_get_company, hubspot_get_crm_object, hubspot_get_deal_pipeline, hubspot_get_deal_pipeline_stage, hubspot_list_companies, hubspot_list_crm_objects, hubspot_list_deal_pipeline_stages, hubspot_list_deal_pipelines, hubspot_search_companies, hubspot_update_company, hubspot_update_crm_object, hubspot_update_deal_pipeline, hubspot_update_deal_pipeline_stage7 Aug 2026
bug-fix improvementFixed group, organization, and role lookups returning empty results instead of not-found errors.Changed · 3 actions updated
Changed · 3 actions updated
hubspot_unified_get_group, hubspot_unified_get_organization, hubspot_unified_get_role30 Jul 2026
bug-fixFixed IAM actions — get-by-id now returns an empty record instead of failing, role and group scopes carry the connection’s real portal id so they match the organization record, and nested role and group type fields return the full value and source value pair.Changed · 9 actions updated
Changed · 9 actions updated
hubspot_unified_get_group, hubspot_unified_get_me, hubspot_unified_get_organization, hubspot_unified_get_role, hubspot_unified_get_user, hubspot_unified_list_groups, hubspot_unified_list_organizations, hubspot_unified_list_roles, hubspot_unified_list_users20 Jul 2026
new-actionsAdded unified IAM actions for users, groups, organizations, roles, and credentials.