We monitor deliverability for our own outbound and for a handful of partner domains. No warmup tools are in the stack. What follows is what we actually run, not what we wish we ran.
Daily: Postmaster polling + blacklist check + auth record watch. Weekly: independent placement tests per provider, DMARC digest, Postmaster trend review. Monthly: auth audit, content template refresh, verification re-run on retained lists.
Daily monitoring (automated, ~0 effort)
- Postmaster Tools API poll. Cron every morning. Fetch domain + IP reputation, spam rate, filtered rate, delivery errors. Write to our analytics DB. Alert on drop from “high” reputation or spam rate > 0.2%.
- Blacklist check. MultiRBL API against our sending IPs and domains. Alert on any listing.
- Auth record watch. DNS queries for SPF, DKIM selectors, DMARC. Compare against last known good. Alert on any diff.
- Bounce/complaint webhook. ESP webhooks write to analytics; alert on threshold (complaint > 0.1% rolling 24h, bounce > 3% rolling 24h).
Weekly monitoring (~30 min)
- Independent placement tests. Run a cold-template test via the Inbox Check API across Gmail, Outlook, Yahoo, Mail.ru, Yandex. Compare to previous week.
- DMARC aggregate review. Free DMARC parser. Check alignment, pass rate, unexpected sources.
- Postmaster trend review. 7-day and 30-day reputation lines. Any slope change investigated.
- SNDS review. Outlook IP reputation, complaint data, filter results.
Monthly rituals (~2h)
- Auth audit: re-validate SPF record length, DKIM selector publishing, DMARC policy tightening readiness.
- Template refresh: content A/B data review, variants promoted/killed.
- Verification re-run on retained prospect lists.
- Blacklist + Postmaster screenshot for archive (useful for future regressions).
Alert routing
Slack channel for P0 (stop sending), email for P1 (fix today), weekly digest for P2 (review). Each alert includes context: what threshold was crossed, what the current value is, and the runbook link. No noise alerts; noise gets de-tuned.
The weekly ritual is the actual warmup tool
Every warmup tool sells its dashboard as ongoing insurance. Replace that dashboard with the weekly ritual above, and you've bought the same insurance with better inputs. The dashboard your warmup vendor provides doesn't measure what your prospects see; this stack does.
Inbox Check is the external-measurement layer in the stack above. Free, API available, seeds outside every warmup pool, API retention for trends.