Expert patterns for HubSpot CRM integration including OAuth
Expert patterns for HubSpot CRM integration with OAuth, batch operations, and webhooks.
Covers OAuth 2.0 and private app token authentication methods for public and single-account integrations
Includes CRUD operations for CRM objects, associations, and custom objects
Supports batch operations and webhook configuration to avoid polling and individual API requests
Works with both Node.js and Python SDKs
HubSpot Integration
Expert patterns for HubSpot CRM integration including OAuth authentication,
CRM objects, associations, batch operations, webhooks, and custom objects.
Covers Node.js and Python SDKs.
Patterns
OAuth 2.0 Authentication
Secure authentication for public apps
When to use: Building public app or multi-account integration
Template
// OAuth 2.0 flow for HubSpot
import { Client } from "@hubspot/api-client";don't have the plugin yet? install it then click "run inline in claude" again.