Data Sync Coverage by Platform

Exactly what data Superkabe pulls from each sending platform, what it cannot pull, and why some metrics start at zero until webhooks accumulate real events.

Key Principle

Superkabe only displays real, verified data from each platform's documented API endpoints and webhook events. We never estimate, proportionally distribute, or guess metrics. If a platform does not expose specific data through its API, that metric will remain at zero until real webhook events accumulate it.

This means some metrics may appear empty immediately after connecting a platform. This is expected behavior, not a bug.

Smartlead

Smartlead provides the richest historical data through its statistics API, message history, and CSV lead exports. Superkabe syncs campaigns, mailboxes, and leads every 20 minutes via the parallel cron system.

Campaign Data

MetricHistoricalReal-Time
Emails SentYes — Statistics APIYes — Webhooks
Opens, Clicks, RepliesYes — Statistics APIYes — Webhooks
BouncesYes — Statistics APIYes — Webhooks
Bounce RateYes — Calculated from statsYes — Updated on each event

Mailbox Data

MetricHistoricalReal-Time
Bounce Count (per mailbox)Yes — Message-history API with sender attributionYes — Webhooks include sender email
Emails Sent (per mailbox)Yes — Mailbox-statistics API per campaignYes — Webhooks include sender email
Opens, Clicks, Replies (per mailbox)Yes — Mailbox-statistics API per campaignYes — Webhooks include sender email
Warmup StatusYes — Email accounts APIYes — Synced every 20 min
Full per-mailbox historical data available: Smartlead's mailbox-statistics endpoint returns per-mailbox sent, open, click, reply, and bounce counts for each campaign. Superkabe aggregates these across all campaigns during sync, using Math.max() to never overwrite higher webhook-accumulated values. Historical bounce attribution also uses the message-history API for additional accuracy.

Lead Data

MetricHistoricalReal-Time
Open Count, Click Count, Reply CountYes — CSV lead exportYes — Webhooks
Bounce Status (is_bounced)Yes — CSV lead exportYes — Webhooks
Which Mailbox Sent to This LeadNo — Not in CSV columnsYes — Webhook payload includes sender

Instantly

Instantly provides the best per-mailbox historical data of all three platforms through its daily analytics API. Superkabe syncs via the Instantly integration every 20 minutes.

Campaign Data

MetricHistoricalReal-Time
Emails Sent, Opens, Clicks, RepliesYes — Campaign summary APIYes — Webhooks
BouncesYes — Campaign summary APIYes — Webhooks

Mailbox Data

MetricHistoricalReal-Time
Emails Sent (per mailbox)Yes — Daily analytics APIYes — Webhooks
Bounces (per mailbox)Yes — Daily analytics APIYes — Webhooks
Opens (per mailbox)Yes — Daily analytics APIYes — Webhooks
Instantly has the best mailbox coverage: The daily analytics endpoint returns actual per-mailbox, per-day stats including bounced, emails_sent, and opens. Superkabe uses these directly with no estimation.

Lead Data

MetricHistoricalReal-Time
Lead StatusYes — Campaign leads APIYes — Webhooks
Per-Lead EngagementYes — Lead status from APIYes — Webhooks

EmailBison

EmailBison has the most limited API surface of the three platforms. It provides campaign-level stats and sender email metadata, but no per-mailbox analytics endpoint. All per-mailbox engagement data comes exclusively from webhook events.

Campaign Data

MetricHistoricalReal-Time
Emails Sent, Opens, Clicks, RepliesYes — Campaign stats in lead listYes — Webhooks
BouncesYes — Campaign stats in lead listYes — Webhooks

Mailbox Data

MetricHistoricalReal-Time
Bounce Count (per mailbox)No — No per-mailbox analytics APIYes — Webhook bounce events include sender_email
Emails Sent (per mailbox)No — No per-mailbox analytics APIYes — Webhook send events include sender_email
Opens, Clicks, Replies (per mailbox)No — No per-mailbox analytics APIYes — Webhook events include sender_email
Why EmailBison mailbox stats start at zero: EmailBison's /api/sender-emails endpoint returns mailbox metadata (email address, status) but no engagement or bounce statistics. All per-mailbox metrics accumulate exclusively from webhook events after you connect.

Lead Data

MetricHistoricalReal-Time
Lead Email, Name, StatusYes — Leads APIYes — Webhooks
Bounce Count (per lead)Yes — Leads API includes bounces fieldYes — Webhooks

Domain Data (All Platforms)

No sending platform exposes domain-level analytics directly. Domain health metrics in Superkabe are always derived from child mailbox aggregation. This applies to all three platforms equally.

MetricSource
Domain Bounce RateAggregated from all mailboxes under the domain
Domain Health ScoreCalculated by Superkabe's risk scoring engine
Domain StatusDerived from mailbox statuses via the state machine

Platform Comparison Summary

A side-by-side view of what each platform provides for per-mailbox historical data, since this is where the biggest differences exist.

Per-Mailbox MetricSmartleadInstantlyEmailBison
Historical BouncesYes (message-history)Yes (daily analytics)No (webhooks only)
Historical Sent CountYes (mailbox-statistics)Yes (daily analytics)No
Historical OpensYes (mailbox-statistics)Yes (daily analytics)No
Historical Clicks/RepliesYes (mailbox-statistics)NoNo

What This Means for You

Available Immediately

  • All campaign-level stats (every platform)
  • Per-mailbox bounces on Smartlead (via message-history backfill)
  • Full per-mailbox stats on Smartlead (via mailbox-statistics API) and Instantly (via daily analytics)
  • Lead engagement data on Smartlead (via CSV export)
  • Mailbox metadata and warmup status

Accumulates Over Time

  • All per-mailbox metrics on EmailBison (webhook events)
  • Which mailbox sent to which lead on Smartlead

Frequently Asked Questions

Why are my EmailBison mailbox stats showing zero?

EmailBison does not provide a per-mailbox analytics API. Superkabe tracks per-mailbox stats exclusively through webhook events. After connecting, these metrics will accumulate as new emails are sent, opened, bounced, and replied to. This is not a sync failure — it reflects the actual data available from the platform.

How does Smartlead per-mailbox data compare to Instantly?

Both platforms now provide full per-mailbox historical data. Smartlead's mailbox-statistics endpoint returns sent, open, click, reply, and bounce counts per mailbox per campaign. Instantly's daily analytics endpoint returns per-mailbox, per-day breakdowns. Smartlead actually provides more granular data (clicks and replies) that Instantly does not expose per-mailbox.

How does Superkabe attribute historical bounces to Smartlead mailboxes?

Through two methods: the mailbox-statistics endpoint provides aggregate bounce counts per mailbox per campaign, and the message-history API provides individual bounce attribution with a from field identifying the sending mailbox. Superkabe uses Math.max() to keep the higher value from either source.

Will my domain health score be affected by missing historical data?

Domain health is derived from child mailbox aggregation. If mailbox bounce counts are available (historically on Smartlead/Instantly, or via webhooks on EmailBison), domain health will be accurate. The monitoring system uses available data and does not penalize for missing pre-connection history.