Multi-Platform Support and Risk-Aware Routing
Superkabe now works with Smartlead, Instantly, and EmailBison simultaneously. The platform adapter pattern means adding a new sender takes implementing 4 methods. Lead routing is now risk-aware with GREEN/YELLOW/RED classification.
What's in this release
- 1Multi-platform support (Smartlead + Instantly + EmailBison)
- 2Platform adapter pattern
- 3Risk-aware lead routing (GREEN/YELLOW/RED)
- 4Slack real-time alerts
Multi-Platform Support
Three sending platforms supported through a unified adapter interface.
Platform adapter pattern
PlatformAdapter interface with 4 methods: pauseCampaign, resumeCampaign, addMailboxToCampaign, removeMailboxFromCampaign. All monitoring, healing, and alerting works identically regardless of platform.
Instantly integration
Full sync, pause/resume, mailbox management via Instantly API v2 with Bearer token auth and cursor-based pagination.
EmailBison integration
Campaign sync, sender-email management, warmup control, and lead operations via EmailBison REST API.
Risk-Aware Lead Routing
Leads are now classified by risk before being routed to campaigns.
Health gate classification
Every lead gets a GREEN (safe), YELLOW (controlled), or RED (blocked) classification based on validation score, engagement signals, and infrastructure health.
Per-mailbox risk caps
For every 60 emails a mailbox sends, max 2 can be YELLOW/risky leads. This distributes risk so no single mailbox eats a disproportionate number of bounces.
Routing rules
Configurable rules match leads to campaigns based on persona and minimum score. Rules are evaluated in priority order with catch-all fallback support.
Slack Integration
Real-time infrastructure alerts delivered to your Slack workspace.
Alert types
Mailbox paused, domain blacklisted, bounce rate spike, campaign auto-stopped, healing pipeline updates, lead validation failures.
Actionable context
Every alert includes which entity, what happened, what the system already did about it, and what action to take.