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. Use when: hubs...

rootcastleco 4a0843e 1.2 KB Updated 6 repo stars

File contents

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.


🏰 Rei Skills — Curated by Rootcastle Engineering & Innovation | Batuhan Ayrıbaş
Engineering Beyond Boundaries | admin@rootcastle.com

rootcastleco/rei-skills/tree/main/skills/hubspot-integration commit 4a0843ed2c

Frequently asked questions

npx skillmds add rootcastleco/hubspot-integration