Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubspot, hubspot api, hubspot crm, hubspot integration, contacts api.
Add this skill
npx mdskills install sickn33/hubspot-integrationHigh-level outline only - lacks actionable instructions, code examples, or implementation details
1---2name: hubspot-integration3description: "Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubspot, hubspot api, hubspot crm, hubspot integration, contacts api."4source: vibeship-spawner-skills (Apache 2.0)5---67# HubSpot Integration89## Patterns1011### OAuth 2.0 Authentication1213Secure authentication for public apps1415### Private App Token1617Authentication for single-account integrations1819### CRM Object CRUD Operations2021Create, read, update, delete CRM records2223## Anti-Patterns2425### ❌ Using Deprecated API Keys2627### ❌ Individual Requests Instead of Batch2829### ❌ Polling Instead of Webhooks3031## ⚠️ Sharp Edges3233| Issue | Severity | Solution |34|-------|----------|----------|35| Issue | high | See docs |36| Issue | high | See docs |37| Issue | critical | See docs |38| Issue | high | See docs |39| Issue | critical | See docs |40| Issue | medium | See docs |41| Issue | high | See docs |42| Issue | medium | See docs |43
Full transparency — inspect the skill content before installing.