| name | instantly-core-workflow-b |
| description | 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".
|
| allowed-tools | Read, Write, Edit, Bash(npm:*), Bash(curl:*), Grep |
| version | 1.12.0 |
| license | MIT |
| author | Jeremy Longshore <jeremy@intentsolutions.io> |
| tags | ["saas","instantly","workflow","warmup","analytics","deliverability"] |
| compatibility | Designed for Claude Code, also compatible with Codex and OpenClaw |
Instantly Core Workflow B: Warmup & Analytics Pipeline
Overview
Manage the email account warmup lifecycle and campaign analytics. Warmup builds sender reputation through controlled email exchanges across Instantly's 4.2M+ account network before you start cold outreach. This workflow covers enabling warmup, monitoring warmup health, pulling campaign analytics, and daily send tracking.
Prerequisites
- Completed
instantly-install-auth setup
- Email accounts connected in Instantly (IMAP/SMTP or Google/Microsoft OAuth)
- API key with
accounts:update and campaigns:read scopes
Instructions
Step 1: Enable Warmup on Email Accounts
import { instantly } from "./src/instantly";
async function enableWarmup(emails: string[]) {
const job = await instantly<{ id: string; status: string }>(
"/accounts/warmup/enable",
{
method: "POST",
body: JSON.stringify({ emails }),
}
);
console.log(`Warmup enable job started: ${job.id} (status: ${job.status})`);
let result = job;
while (result.status !== "completed" && result.status !== "failed") {
await ( (r, ));
result = instantly<{ : ; : }>(
);
}
.();
result;
}
([, ]);
(, {
: ,
: .({ : }),
});