instantly-cost-tuning

Featured

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

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 Cost Tuning ## Overview Optimize Instantly.ai costs by choosing the right plan, managing email account utilization, monitoring campaign efficiency, and reducing wasted sends. Instantly's pricing is based on sending accounts and features, not per-email — so the key to cost efficiency is maximizing the value per account. ## Instantly Pricing Tiers (2026) | Plan | Monthly | Annual (per mo) | Email Accounts | Warmup | API Access | Webhooks | |------|---------|----------------|----------------|--------|------------|----------| | Growth | $30 | $24 | 5 | Included | v2 (limited) | No | | Hypergrowth | $97.95 | $77.60 | 25 | Included | v2 (full) | Yes | | Light Speed | $358.30 | $286.30 | 500+ | Included | v2 (full) | Yes | **Key cost decision:** You need **Hypergrowth** ($97.95/mo) minimum for full API v2 access and webhooks. ## Instructions ### Step 1: Audit Current Account Utilization ```typescript import { instantly } from "./src/instantly"; async function auditAccountUtilization() { // Get all accounts const accounts = await instantly<Array<{ email: string; status: number; daily_limit: number | null; warmup_status: string; }>>("/accounts?limit=200"); // Get daily analytics for the last 7 days const endDate = new Date().toISOString().split("T")[0]; const startDate = new Date(Date.now() - 7 * 86400000).toISOString().split("T")[0]; const dailyAnalytics = await instantly<Array<{ email: string; date: string; emails_sent: n...

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-performance-tuning

Optimize Instantly.ai API performance with caching, batching, and connection pooling. Use when experiencing slow API responses, implementing caching strategies, or optimizing high-volume lead operations. Trigger with phrases like "instantly performance", "instantly slow", "instantly caching", "instantly batch", "optimize instantly api".

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-observability

Set up monitoring, alerting, and dashboards for Instantly.ai integrations. Use when implementing campaign health monitoring, account health alerts, or building analytics dashboards from Instantly data. Trigger with phrases like "instantly monitoring", "instantly dashboard", "instantly alerts", "instantly observability", "monitor instantly campaigns".

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 Solid

hootsuite-cost-tuning

Optimize Hootsuite costs through tier selection, sampling, and usage monitoring. Use when analyzing Hootsuite billing, reducing API costs, or implementing usage monitoring and budget alerts. Trigger with phrases like "hootsuite cost", "hootsuite billing", "reduce hootsuite costs", "hootsuite pricing", "hootsuite expensive", "hootsuite budget".

2,266 Updated today
jeremylongshore