instantly-core-workflow-a

Featured

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

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 Core Workflow A: Campaign Launch Pipeline ## Overview Build the core Instantly outreach pipeline: create a campaign with email sequences, add leads with personalization, assign sending accounts, and launch. This is the primary money-path workflow for cold email outreach via Instantly API v2. ## Prerequisites - Completed `instantly-install-auth` setup - At least one warmed-up email account in Instantly - Lead data (CSV or programmatic) with email + first name at minimum - API key with `campaigns:all` and `leads:all` scopes ## Instructions ### Step 1: Create a Campaign with Sequences ```typescript import { instantly } from "./src/instantly"; interface CreateCampaignPayload { name: string; campaign_schedule: { start_date: string; end_date?: string; schedules: Array<{ name: string; timing: { from: string; to: string }; days: Record<string, boolean>; timezone: string; }>; }; sequences: Array<{ steps: Array<{ type: "email"; delay: number; delay_unit?: "minutes" | "hours" | "days"; variants: Array<{ subject: string; body: string }>; }>; }>; daily_limit?: number; stop_on_reply?: boolean; stop_on_auto_reply?: boolean; email_gap?: number; link_tracking?: boolean; open_tracking?: boolean; } async function createCampaign() { const payload: CreateCampaignPayload = { name: "Q1 Outbound — Decision Makers", campaign_schedule: { start_date: "2026-04-01", schedu...

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-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-hello-world

Create a minimal working Instantly.ai example with real API calls. Use when starting a new Instantly integration, testing your setup, or learning basic Instantly API v2 patterns. Trigger with phrases like "instantly hello world", "instantly example", "instantly quick start", "simple instantly code", "test instantly api".

2,266 Updated today
jeremylongshore
AI & Automation Listed

instantly-automation

Automate Instantly cold email outreach -- manage campaigns, sending accounts, lead lists, bulk lead imports, and campaign analytics -- using natural language through the Composio MCP integration.

62,564 Updated 1 weeks ago
ComposioHQ
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-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