deliverability-test-public

Compare reply and bounce rates across inbox types in a Smartlead account.

Updated May 28, 2025
One-click install
npx skills add https://github.com/meloShaya/insteltech --skill deliverability-test-public-meloshaya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deliverability-test-public
Source: https://github.com/meloShaya/insteltech/tree/main/crm/library/skills/deliverability-test-public
Command: npx skills add https://github.com/meloShaya/insteltech --skill deliverability-test-public-meloshaya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve? When your cold email campaigns mix Gmail, Office365, and SMTP inboxes, it is hard to tell which inbox type is actually delivering and which is dragging down results. This Skill aggregates per-inbox campaign stats from the Smartlead API and breaks down reply rates and bounce rates by inbox type so you can spot underperforming segments. ## Core Features & Use Cases - Inbox Type Comparison: Groups all email accounts by type (G Suite/Gmail, Office365/Outlook, SMTP) and compares sent, replies, bounces, reply %, and bounce % in a formatted table. - Flexible Scoping: Supports optional client ID filtering for sub-accounts and configurable lookback windows (default 7 days). - Automated Takeaways: Highlights the best and worst performing inbox types and flags types with elevated bounce rates for further audit. - Use Case: You run 80 inboxes across three providers and notice overall reply rates dropping. Run the comparison to discover your SMTP inboxes bounce at twice the account average, then retire them and provision replacements. ## Quick Start Set the SMARTLEAD_API_KEY environment variable and ask the assistant to compare inbox type performance for the last 7 days using the Smartlead API.

Frequently Asked Questions about deliverability-test-public

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compare deliverability across inbox types in Smartlead?

Run the inbox-type-compare script with your SMARTLEAD_API_KEY set. It pulls all email accounts, groups them by type (Gmail, Office365, SMTP), aggregates per-campaign stats, and prints a comparison table with reply and bounce percentages.

How to check bounce rate by email provider for cold outreach?

Use the Smartlead sequence-analytics-by-email-account endpoint to gather per-inbox stats, then group by inbox type. The script automates this and flags any type exceeding a 3% bounce rate with more than 500 sends.

Does this require database access to Smartlead data?

No, it operates entirely through the Smartlead REST API. You only need the SMARTLEAD_API_KEY environment variable; no database connection or additional credentials are required.

Can I filter the comparison to a specific client or date range?

Yes, pass --client-id=<id> to scope the analysis to a sub-client and --days=<N> to change the lookback window from the default 7 days. For example, --days=1 shows only today's stats.

Why are my inbox type results inconclusive or noisy?

Small sample sizes produce unreliable rates. If a type has fewer than roughly 500 sends or only a couple of inboxes, the percentages are not statistically meaningful; rerun the comparison after 7 more days of data.