apollo-upgrade-migration

Featured

Manage Apollo.io API upgrades and endpoint migrations. Use when upgrading Apollo API versions, migrating to new endpoints, or updating deprecated API usage. Trigger with phrases like "apollo upgrade", "apollo migration", "update apollo api", "apollo breaking changes", "apollo deprecation".

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

# Apollo Upgrade Migration ## Current State !`npm list axios 2>/dev/null | head -5` ## Overview Plan and execute safe upgrades for Apollo.io API integrations. Apollo has made several breaking changes historically (query param auth to header auth, endpoint URL changes, new search endpoints). This covers auditing current usage, building compatibility layers, and migrating safely. ## Prerequisites - Valid Apollo API key - Node.js 18+ ## Instructions ### Step 1: Audit Current API Usage ```typescript // src/scripts/api-audit.ts import { execSync } from 'child_process'; interface EndpointUsage { endpoint: string; files: string[]; status: 'current' | 'deprecated'; } const ENDPOINT_MAP = [ // Current endpoints { pattern: '/mixed_people/api_search', status: 'current' as const }, { pattern: '/mixed_companies/search', status: 'current' as const }, { pattern: '/people/match', status: 'current' as const }, { pattern: '/people/bulk_match', status: 'current' as const }, { pattern: '/organizations/enrich', status: 'current' as const }, { pattern: '/contacts/search', status: 'current' as const }, { pattern: '/emailer_campaigns', status: 'current' as const }, { pattern: '/email_accounts', status: 'current' as const }, { pattern: '/opportunities', status: 'current' as const }, // Deprecated patterns { pattern: '/people/search', status: 'deprecated' as const }, // old search endpoint { pattern: '/organizations/search', status: 'deprecated' as const }, { patter...

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

apollo-migration-deep-dive

Comprehensive Apollo.io migration strategies. Use when migrating from other CRMs to Apollo, consolidating data sources, or executing large-scale data migrations. Trigger with phrases like "apollo migration", "migrate to apollo", "apollo data import", "crm to apollo", "apollo migration strategy".

2,266 Updated today
jeremylongshore
AI & Automation Featured

maintainx-upgrade-migration

Migrate MaintainX API versions and handle breaking changes. Use when upgrading API versions, handling deprecations, or migrating between MaintainX API releases. Trigger with phrases like "maintainx upgrade", "maintainx api version", "maintainx migration", "maintainx breaking changes", "maintainx deprecation".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-prod-checklist

Execute Apollo.io production deployment checklist. Use when preparing to deploy Apollo integrations to production, doing pre-launch verification, or auditing production readiness. Trigger with phrases like "apollo production checklist", "deploy apollo", "apollo go-live", "apollo production ready", "apollo launch checklist".

2,266 Updated today
jeremylongshore
AI & Automation Featured

apollo-observability

Set up Apollo.io monitoring and observability. Use when implementing logging, metrics, tracing, and alerting for Apollo integrations. Trigger with phrases like "apollo monitoring", "apollo metrics", "apollo observability", "apollo logging", "apollo alerts".

2,266 Updated today
jeremylongshore
AI & Automation Featured

abridge-upgrade-migration

Plan and execute Abridge integration upgrades and EHR migration procedures. Use when upgrading Abridge API versions, migrating between EHR systems, or handling breaking changes in clinical documentation workflows. Trigger: "abridge upgrade", "abridge migration", "abridge version update", "migrate abridge EHR", "abridge breaking changes".

2,266 Updated today
jeremylongshore