klaviyo-upgrade-migration

Featured

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".

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

# Klaviyo Upgrade & Migration ## Overview Guide for upgrading the `klaviyo-api` SDK, migrating from legacy v1/v2 APIs, and handling breaking changes between Klaviyo API revisions. ## Prerequisites - Current Klaviyo SDK installed - Git for version control - Test suite available ## Klaviyo API Revision Timeline Each revision is supported for **2 years** after release. Connect to the latest every 12-18 months. | Revision | Released | Deprecated | Key Changes | |----------|----------|------------|-------------| | `2024-10-15` | Oct 2024 | Oct 2026 | Reporting API, campaign message updates | | `2024-07-15` | Jul 2024 | Jul 2026 | Custom objects, tracking settings | | `2024-02-15` | Feb 2024 | Feb 2026 | Bulk operations, segments V2 | | `2023-12-15` | Dec 2023 | Dec 2025 | Profile subscription changes | | `2023-07-15` | Jul 2023 | Jul 2025 | Relationship endpoint restructuring | ## Instructions ### Step 1: Assess Current State ```bash # Check current SDK version npm list klaviyo-api # e.g., klaviyo-api@15.0.0 # Check latest available npm view klaviyo-api version # e.g., 21.0.0 # See all available versions npm view klaviyo-api versions --json | tail -10 ``` ### Step 2: Review Breaking Changes ```bash # View changelog # https://github.com/klaviyo/klaviyo-api-node/releases # Find your usage patterns that may be affected grep -rn "from 'klaviyo-api'" src/ grep -rn "ApiKeySession\|ProfilesApi\|EventsApi" src/ ``` ### Step 3: Common Migration Patterns #### Legacy v1/v2 t...

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-migration-deep-dive

Execute major Klaviyo migration strategies: from legacy v1/v2 APIs, from competitors, or full re-platforming to Klaviyo with the strangler fig pattern. Trigger with phrases like "migrate to klaviyo", "klaviyo migration", "switch to klaviyo", "klaviyo replatform", "mailchimp to klaviyo", "legacy to klaviyo", "v1 to v2 klaviyo".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hubspot-upgrade-migration

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".

2,266 Updated today
jeremylongshore
AI & Automation Featured

elevenlabs-upgrade-migration

Upgrade ElevenLabs SDK versions and migrate between API model generations. Use when upgrading the elevenlabs-js or elevenlabs Python SDK, migrating from v1 to v2 models, or handling deprecations. Trigger: "upgrade elevenlabs", "elevenlabs migration", "elevenlabs breaking changes", "update elevenlabs SDK", "migrate elevenlabs model", "eleven_v3 migration".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apify-upgrade-migration

Upgrade Apify SDK, apify-client, and Crawlee versions safely. Use when migrating between SDK versions, handling breaking changes, or updating from Apify SDK v2 to v3 (Crawlee split). Trigger: "upgrade apify", "apify migration", "apify breaking changes", "update apify SDK", "crawlee upgrade", "apify v2 to v3".

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