# hubspot-integration > Secure authentication for public apps - Author: github-actions[bot] - Repository: ranbot-ai/awesome-skills - Version: 20260207065816 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-07 - Source: https://github.com/ranbot-ai/awesome-skills - Web: https://mule.run/skillshub/@@ranbot-ai/awesome-skills~hubspot-integration:20260207065816 --- --- 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: hubspot category: AI & Agents source: antigravity tags: [python, node, api] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/hubspot-integration --- # 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 |