hubspot-integration

Installation
Summary

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
SKILL.md

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";

Related skills
Installs
504
GitHub Stars
37.3K
First Seen
Jan 19, 2026