- Add date_added to all 950+ skills for complete tracking - Update version to 6.5.0 in package.json and README - Regenerate all indexes and catalog - Sync all generated files Features from merged PR #150: - Stars/Upvotes system for community-driven discovery - Auto-update mechanism via START_APP.bat - Interactive Prompt Builder - Date tracking badges - Smart auto-categorization All skills validated and indexed. Made-with: Cursor
48 lines
1.1 KiB
Markdown
48 lines
1.1 KiB
Markdown
---
|
|
name: hubspot-integration
|
|
description: "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: hubs..."
|
|
risk: unknown
|
|
source: "vibeship-spawner-skills (Apache 2.0)"
|
|
date_added: "2026-02-27"
|
|
---
|
|
|
|
# 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 |
|
|
|
|
## When to Use
|
|
This skill is applicable to execute the workflow or actions described in the overview.
|