المهارات 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

اذهب إلى Settings → Capabilities → Skills → Upload skill

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.

تفاصيل المطور

بنية الملفات

📄 SKILL.md