Fähigkeiten hubspot-integration
📦

hubspot-integration

Sicher

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.

UnterstĂĽtzt: Claude Codex Code(CC)
🥉 74 Bronze
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "hubspot-integration". Create a HubSpot contact in Python with private app token

Erwartetes Ergebnis:

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

Verwendung von "hubspot-integration". Set up OAuth authentication for Node.js

Erwartetes Ergebnis:

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

Verwendung von "hubspot-integration". Create webhook handler for deal updates

Erwartetes Ergebnis:

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

Sicherheitsaudit

Sicher
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
Gescannte Dateien
47
Analysierte Zeilen
1
befunde
1
Gesamtzahl Audits
Probleme mit niedrigem Risiko (1)
False Positive - Cryptographic Reference
Static scanner flagged 'authentication' keyword as weak cryptographic algorithm. This is documentation text only, not executable code.
Auditiert von: claude

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
85
Inhalt
50
Community
100
Sicherheit
91
Spezifikationskonformität

Was du bauen kannst

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

Probiere diese Prompts

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

Bewährte Verfahren

  • 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

Vermeiden

  • 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

Häufig gestellte Fragen

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.

Entwicklerdetails

Dateistruktur

đź“„ SKILL.md