์Šคํ‚ฌ hubspot-integration
๐Ÿ“ฆ

hubspot-integration

์•ˆ์ „

Integrate HubSpot CRM with Claude Code

Build HubSpot CRM integrations faster using expert patterns for authentication, CRUD operations, and webhooks. Eliminate API complexity with proven implementation patterns for Node.js and Python SDKs.

์ง€์›: Claude Codex Code(CC)
๐Ÿฅ‰ 74 ๋ธŒ๋ก ์ฆˆ
1

์Šคํ‚ฌ ZIP ๋‹ค์šด๋กœ๋“œ

2

Claude์—์„œ ์—…๋กœ๋“œ

์„ค์ • โ†’ ๊ธฐ๋Šฅ โ†’ ์Šคํ‚ฌ โ†’ ์Šคํ‚ฌ ์—…๋กœ๋“œ๋กœ ์ด๋™

3

ํ† ๊ธ€์„ ์ผœ๊ณ  ์‚ฌ์šฉ ์‹œ์ž‘

ํ…Œ์ŠคํŠธํ•ด ๋ณด๊ธฐ

"hubspot-integration" ์‚ฌ์šฉ ์ค‘์ž…๋‹ˆ๋‹ค. Create a HubSpot contact in Python with private app token

์˜ˆ์ƒ ๊ฒฐ๊ณผ:

Generates Python code using hubspot-api-client with ContactObject creation, error handling for 4xx responses, and environment variable configuration for HUBSPOT_API_KEY

"hubspot-integration" ์‚ฌ์šฉ ์ค‘์ž…๋‹ˆ๋‹ค. Set up OAuth authentication for Node.js

์˜ˆ์ƒ ๊ฒฐ๊ณผ:

Produces Node.js code implementing OAuth authorization flow, access token storage, refresh token logic, and middleware for protected API calls

"hubspot-integration" ์‚ฌ์šฉ ์ค‘์ž…๋‹ˆ๋‹ค. Create webhook handler for deal updates

์˜ˆ์ƒ ๊ฒฐ๊ณผ:

Returns Express route handler with HubSpot signature verification, event parsing logic, and async processing pipeline for deal property changes

๋ณด์•ˆ ๊ฐ์‚ฌ

์•ˆ์ „
v1 โ€ข 2/25/2026

Static analysis flagged 2 false positives for 'weak cryptographic algorithm' at lines 3 and 46. These flags were triggered by documentation text mentioning 'authentication' and are not actual security issues. The file contains only legitimate HubSpot CRM integration patterns documentation with no malicious code, prompt injection attempts, or security vulnerabilities.

1
์Šค์บ”๋œ ํŒŒ์ผ
47
๋ถ„์„๋œ ์ค„ ์ˆ˜
1
๋ฐœ๊ฒฌ ์‚ฌํ•ญ
1
์ด ๊ฐ์‚ฌ ์ˆ˜
๋‚ฎ์€ ์œ„ํ—˜ ๋ฌธ์ œ (1)
False Positive - Cryptographic Reference
Static scanner flagged 'authentication' keyword as weak cryptographic algorithm. This is documentation text only, not executable code.
๊ฐ์‚ฌ์ž: claude

ํ’ˆ์งˆ ์ ์ˆ˜

38
์•„ํ‚คํ…์ฒ˜
100
์œ ์ง€๋ณด์ˆ˜์„ฑ
85
์ฝ˜ํ…์ธ 
50
์ปค๋ฎค๋‹ˆํ‹ฐ
100
๋ณด์•ˆ
91
์‚ฌ์–‘ ์ค€์ˆ˜

๋งŒ๋“ค ์ˆ˜ ์žˆ๋Š” ๊ฒƒ

Contact Synchronization

Automatically sync customer data between your application and HubSpot CRM contacts

Webhook Event Processing

Build handlers to process HubSpot lifecycle events like contact creation or deal stage changes

Custom Object Integration

Create and manage custom HubSpot objects for specialized business data beyond standard CRM records

์ด ํ”„๋กฌํ”„ํŠธ๋ฅผ ์‚ฌ์šฉํ•ด ๋ณด์„ธ์š”

Basic Contact Creation
Create a HubSpot contact using Node.js SDK with email, first name, and last name properties
OAuth Authentication Setup
Implement HubSpot OAuth 2.0 flow for a public app with token refresh logic
Batch Import Operations
Write code to batch import 1000 contacts into HubSpot using batch API endpoints
Webhook Handler Implementation
Create an Express.js webhook handler for HubSpot contact creation events with signature verification

๋ชจ๋ฒ” ์‚ฌ๋ก€

  • Always use batch API endpoints instead of individual requests when creating or updating multiple records
  • Implement webhook signature verification to ensure requests originate from HubSpot
  • Store OAuth refresh tokens securely and implement automatic token refresh before expiry

ํ”ผํ•˜๊ธฐ

  • Avoid using deprecated API keys for authentication
  • Do not poll HubSpot APIs for data changes when webhooks are available
  • Never hardcode API tokens or OAuth credentials in source code

์ž์ฃผ ๋ฌป๋Š” ์งˆ๋ฌธ

What HubSpot authentication methods are supported?
This skill covers OAuth 2.0 for public apps and private app tokens for single-account integrations. OAuth is recommended for production applications with multiple users.
Which programming languages are supported?
The skill provides patterns and code examples for both Node.js and Python SDKs, covering the most common backend integration scenarios.
Can this skill create HubSpot accounts or API keys?
No, this skill generates code patterns for integration. You must create your own HubSpot developer account, app, and API credentials through the HubSpot developer portal.
How do I handle HubSpot API rate limits?
The skill provides patterns for implementing exponential backoff and batch operations to optimize within rate limits. Your implementation should track usage and implement queuing for high-volume operations.
Are webhooks better than polling for HubSpot data?
Yes, webhooks are significantly more efficient for real-time updates. This skill includes patterns for webhook handler implementation, signature verification, and event processing.
Can I create custom HubSpot objects with this skill?
Yes, the skill covers custom object schema design and the API patterns needed to create, read, update, and delete custom object records through the HubSpot API.

๊ฐœ๋ฐœ์ž ์„ธ๋ถ€ ์ •๋ณด

์ž‘์„ฑ์ž

sickn33

๋ผ์ด์„ ์Šค

MIT

์ฐธ์กฐ

main

ํŒŒ์ผ ๊ตฌ์กฐ

๐Ÿ“„ SKILL.md