instantly-upgrade-migration

Featured

Migrate Instantly.ai integrations from API v1 to v2. Use when upgrading from deprecated v1 endpoints, updating authentication, or migrating endpoint paths and request formats. Trigger with phrases like "instantly v1 to v2", "instantly api migration", "instantly upgrade", "instantly deprecated", "migrate instantly api".

API & Backend 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

# Instantly Upgrade Migration: API v1 to v2 ## Overview Migrate from Instantly API v1 (deprecated January 2026) to API v2. Key changes: Bearer token auth replaces query-string API keys, REST-standard endpoints replace legacy paths, scoped API keys replace single global key, and cursor-based pagination replaces offset pagination. Existing v1 integrations via Zapier/Make continue working, but new integrations must use v2. ## Prerequisites - Existing Instantly API v1 integration - Access to Instantly dashboard to generate v2 API keys - Understanding of Bearer token authentication ## Migration Map ### Authentication Change ```typescript // v1: API key as query parameter // DEPRECATED — do not use const v1Url = `https://api.instantly.ai/api/v1/campaign/list?api_key=${API_KEY}`; // v2: Bearer token in Authorization header const v2Response = await fetch("https://api.instantly.ai/api/v2/campaigns", { headers: { Authorization: `Bearer ${API_KEY}` }, }); ``` ### Endpoint Migration Table | Operation | v1 Endpoint | v2 Endpoint | Method Change | |-----------|------------|------------|---------------| | List campaigns | `GET /api/v1/campaign/list` | `GET /api/v2/campaigns` | Same | | Get campaign | `GET /api/v1/campaign/get` | `GET /api/v2/campaigns/{id}` | Query -> Path param | | Create campaign | `POST /api/v1/campaign/create` | `POST /api/v2/campaigns` | REST standard | | Launch campaign | `POST /api/v1/campaign/launch` | `POST /api/v2/campaigns/{id}/activate` | New path | | Pa...

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

instantly-migration-deep-dive

Execute complex Instantly.ai migration strategies for platform changes. Use when migrating between cold email platforms, consolidating workspaces, or re-architecting outreach infrastructure around Instantly. Trigger with phrases like "migrate to instantly", "instantly migration", "switch to instantly", "instantly platform migration", "outreach migration".

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-install-auth

Set up Instantly.ai API v2 authentication and project configuration. Use when creating a new Instantly integration, generating API keys, or configuring environment variables for the Instantly outreach platform. Trigger with phrases like "install instantly", "setup instantly", "instantly auth", "configure instantly API key", "instantly credentials".

2,266 Updated today
jeremylongshore
AI & Automation Featured

attio-upgrade-migration

Migrate between Attio API versions, handle breaking changes in the v1-to-v2 transition, and plan for future deprecations. Trigger: "upgrade attio", "attio migration", "attio v1 to v2", "attio breaking changes", "attio API version", "attio deprecation".

2,266 Updated today
jeremylongshore
API & Backend Featured

miro-upgrade-migration

Migrate Miro integrations from REST API v1 to v2 and upgrade @mirohq/miro-api SDK. Use when upgrading SDK versions, migrating v1 widget endpoints to v2 item endpoints, or handling breaking changes in the Miro platform. Trigger with phrases like "upgrade miro", "miro migration", "miro v1 to v2", "update miro SDK", "miro 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