instantly-migration-deep-dive

Featured

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

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

# Instantly Migration Deep Dive ## Overview Strategies for migrating to/from Instantly or consolidating multiple outreach tools into Instantly. Covers data migration (leads, campaigns, templates), account migration (email infrastructure), analytics preservation, and parallel-run strategies with zero-downtime cutover. ## Migration Scenarios | Scenario | Complexity | Duration | |----------|-----------|----------| | Lemlist/Woodpecker/Mailshake to Instantly | Medium | 1-2 weeks | | Salesloft/Outreach to Instantly | High | 2-4 weeks | | Multiple Instantly workspaces to one | Low | 1 week | | Manual outreach to Instantly automation | Low | 3-5 days | ## Instructions ### Step 1: Pre-Migration Audit ```typescript import { InstantlyClient } from "./src/instantly/client"; const client = new InstantlyClient(); interface MigrationPlan { sourceLeadCount: number; sourceCampaignCount: number; sourceTemplateCount: number; emailAccountsToMigrate: string[]; estimatedDuration: string; risks: string[]; } async function preMigrationAudit(): Promise<MigrationPlan> { // Check current Instantly workspace state const existingCampaigns = await client.campaigns.list(100); const existingAccounts = await client.accounts.list(100); console.log("=== Current Instantly Workspace ==="); console.log(`Campaigns: ${existingCampaigns.length}`); console.log(`Accounts: ${existingAccounts.length}`); // Check warmup status if (existingAccounts.length > 0) { const warmup = awa...

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

API & Backend Featured

instantly-upgrade-migration

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

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-prod-checklist

Execute Instantly.ai production launch checklist and pre-flight validation. Use when deploying Instantly integrations to production, launching first campaign, or auditing production readiness. Trigger with phrases like "instantly production", "instantly launch checklist", "instantly go-live", "instantly pre-flight", "instantly prod ready".

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-core-workflow-a

Build and launch an Instantly.ai cold email campaign end-to-end. Use when creating campaigns, adding leads, configuring sequences, and launching outreach via the Instantly API v2. Trigger with phrases like "instantly campaign", "launch instantly campaign", "create instantly outreach", "instantly cold email", "instantly send campaign".

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-core-workflow-b

Manage Instantly.ai email account warmup, analytics, and deliverability. Use when enabling warmup, monitoring sender reputation, pulling analytics, or troubleshooting deliverability issues. Trigger with phrases like "instantly warmup", "instantly analytics", "email warmup instantly", "instantly deliverability", "instantly account health".

2,266 Updated today
jeremylongshore
AI & Automation Featured

instantly-cost-tuning

Optimize Instantly.ai costs through plan selection, account management, and usage monitoring. Use when analyzing Instantly billing, reducing per-campaign costs, or choosing between Instantly pricing tiers. Trigger with phrases like "instantly cost", "instantly pricing", "instantly billing", "reduce instantly cost", "instantly plan comparison".

2,266 Updated today
jeremylongshore