S claudeskill.wiki
development

hubspot-integration

Patrones expertos para la integración de HubSpot CRM que incluyen autenticación OAuth, objetos CRM, asociaciones, operaciones por lotes, webhooks y objetos personalizados. Cubre los SDKs de Node.js y Python. Usar cuando: hubspot, hubspot api, hubspot crm, integración hubspot, api de contactos.

19

HubSpot Integration

Patterns

OAuth 2.0 Authentication

Secure authentication for public apps

Private App Token

Authentication for single-account integrations

CRM Object CRUD Operations

Create, read, update, delete CRM records

Anti-Patterns

❌ Using Deprecated API Keys

❌ Individual Requests Instead of Batch

❌ Polling Instead of Webhooks

⚠️ Sharp Edges

Issue Severity Solution
Issue high See docs
Issue high See docs
Issue critical See docs
Issue high See docs
Issue critical See docs
Issue medium See docs
Issue high See docs
Issue medium See docs

Instalación

npx claude-code-templates@latest --skill development/hubspot-integration

Quick start

  1. Install Claude Code if you have not already.
  2. Copy the Install command from this page and run it in your project directory.
  3. In Claude Code, load or mention the skill when your task matches what the skill is for.

Documentation

Use the links below for agent skills, troubleshooting, and official examples.

Recursos