hubspot-upgrade-migration

Featured

Upgrade @hubspot/api-client SDK versions and migrate between API versions. Use when upgrading the HubSpot Node.js SDK, migrating from v1/v2 to v3 APIs, or handling breaking changes in the HubSpot API client. Trigger with phrases like "upgrade hubspot", "hubspot SDK update", "hubspot breaking changes", "migrate hubspot API version", "hubspot v3 migration".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# HubSpot Upgrade & Migration ## Overview Guide for upgrading `@hubspot/api-client` SDK versions and migrating from legacy HubSpot APIs to the current CRM v3 API. ## Prerequisites - Current `@hubspot/api-client` installed - Git for version control - Test suite available - Staging environment for validation ## Instructions ### Step 1: Check Current Version and Available Updates ```bash # Current version npm list @hubspot/api-client # Latest available npm view @hubspot/api-client version # See changelog npm view @hubspot/api-client versions --json | tail -10 ``` ### Step 2: Review Breaking Changes Key breaking changes in `@hubspot/api-client`: | Version | Breaking Change | Migration | |---------|----------------|-----------| | v11 -> v12 | Association APIs moved to v4 namespace | `client.crm.associations.v4.basicApi` | | v10 -> v11 | Batch API input format changed | Wrap inputs in `{ inputs: [...] }` | | v9 -> v10 | `apiKey` auth removed (API keys deprecated) | Use `accessToken` only | | v8 -> v9 | TypeScript strict types on all methods | Update type imports | ### Step 3: Create Upgrade Branch and Update ```bash git checkout -b chore/upgrade-hubspot-api-client npm install @hubspot/api-client@latest npm test ``` ### Step 4: Common Migration Patterns #### API Key to Access Token (v9 -> v10+) ```typescript // BEFORE (deprecated -- API keys removed in v10) const client = new hubspot.Client({ apiKey: 'your-api-key' }); // AFTER (use private app access token) const ...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

klaviyo-upgrade-migration

Upgrade Klaviyo SDK versions and migrate between API revisions. Use when upgrading the klaviyo-api package, migrating from v1/v2 legacy APIs to the current REST API, or handling breaking changes between revisions. Trigger with phrases like "upgrade klaviyo", "klaviyo migration", "klaviyo breaking changes", "update klaviyo SDK", "klaviyo API revision".

2,266 Updated today
jeremylongshore
AI & Automation Featured

notion-upgrade-migration

Upgrade @notionhq/client SDK versions and migrate between Notion API versions. Use when updating SDK packages, handling breaking changes between API versions, adopting new SDK features like comments API or status properties, or migrating Python notion-client. Trigger with phrases like "upgrade notion SDK", "notion migration", "notion breaking changes", "update notionhq client", "notion API version upgrade", "notion deprecation".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickhouse-upgrade-migration

Upgrade ClickHouse server versions and @clickhouse/client SDK safely. Use when upgrading ClickHouse, handling breaking changes between versions, or migrating from older client libraries. Trigger: "upgrade clickhouse", "clickhouse version upgrade", "update clickhouse client", "clickhouse breaking changes", "new clickhouse version".

2,266 Updated today
jeremylongshore
AI & Automation Featured

cohere-upgrade-migration

Migrate from Cohere API v1 to v2 and upgrade SDK versions. Use when upgrading cohere-ai SDK, migrating from CohereClient to CohereClientV2, or handling breaking changes between API versions. Trigger with phrases like "upgrade cohere", "cohere migration", "cohere v1 to v2", "update cohere SDK", "cohere breaking changes".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickup-upgrade-migration

Migrate between ClickUp API versions (v2 to v3) and handle breaking changes. Use when upgrading API versions, adapting to endpoint changes, or migrating between ClickUp plan tiers. Trigger: "upgrade clickup API", "clickup v2 to v3", "clickup breaking changes", "clickup API migration", "clickup deprecation".

2,266 Updated today
jeremylongshore