Skip to main content

HubSpot connector

Back to the connector overview, authentication methods, and actions.
13 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.
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_stage
7 Aug 2026
bug-fix improvementFixed group, organization, and role lookups returning empty results instead of not-found errors.
hubspot_unified_get_group, hubspot_unified_get_organization, hubspot_unified_get_role
30 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.
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_users
20 Jul 2026
new-actionsAdded unified IAM actions for users, groups, organizations, roles, and credentials.