Table of Contents

Magento 2 HubSpot Connector Extension User Guide

For a shopper-friendly overview of features and setup, see the Magento 2 HubSpot Connector User Guide - Real-Time Customer & Order Sync on the storefront. This wiki page remains the full technical documentation.

Extension context

This is a Toweringmedia Magento 2 extension guide for the current admin extension catalog.

Product page

Overview

This extension keeps Magento 2 customer and order data in sync with HubSpot. It connects over OAuth, pushes customer and order records into your HubSpot portal, and supports inbound webhooks so changes made in HubSpot can be reflected back. Debug logging is available for tracing individual sync operations.

What this extension does

Requirements

Installation

Install and validate in a staging environment before production rollout.

cd /path/to/magento
composer require toweringmedia/module-hubspot-integration
 
bin/magento module:enable Toweringmedia_HubspotIntegration
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento cache:flush

Currently published versions at the time of writing:

Toweringmedia packages are served from the licensed Composer repository https://composer.toweringmedia.com/. If Composer reports that the package could not be found, your credentials are missing or the license does not cover this package yet. Retrieve your keys from My Account on toweringmedia.com, or contact support@toweringmedia.com.

General installation notes that apply to every Toweringmedia extension are in the installation guide.

Package naming note

The storefront product is named HubSpot Connector, but the Composer package is toweringmedia/module-hubspot-integration and the Magento module is Toweringmedia_HubspotIntegration. The install command above uses the real package name.

Configuration

Basic usage and what to expect

  1. Create a HubSpot app, copy the client ID and client secret into the OAuth group, and complete the authorization.
  2. Enable the integration, then create or edit a test customer and confirm the record appears in HubSpot.
  3. Turn on debug logging temporarily if a record is not appearing, then turn it back off.

Validation checklist

Troubleshooting

Support