Lesson 8.1 — The FoxReach Analytics Dashboard
Your analytics dashboard is your daily command center. It shows you what is working, what is broken, and where to focus your attention.
Dashboard Overview Metrics
| Metric | What It Tells You |
|---|---|
| Total accounts (active) | Your sending infrastructure capacity |
| Total campaigns (active) | How many campaigns are currently running |
| Total leads | The size of your prospect database |
| Total emails sent | Overall sending volume |
| Total replies | Response volume across all campaigns |
| Overall reply rate | Your headline performance metric |
| Average account health | Overall infrastructure health |
Screenshot: FoxReach analytics dashboard overview showing the summary cards — total accounts, campaigns, leads, sent, replies, reply rate, and average health score.
Campaign-Level Analytics
Click into any campaign to see:
- Total sent, delivered, bounced, replied, opened
- Reply rate and bounce rate
- Daily breakdown — a 30-day chart showing sent and replied counts per day
- Lead status breakdown — how many leads are pending, sent, bounced, replied, or unsubscribed
Screenshot: FoxReach campaign analytics page showing the stats cards and the 30-day daily breakdown chart below.
Account-Level Analytics
For each email account:
- Total sent emails and warmup sent count
- Health score, bounce rate, reply rate
- Sent-by-day breakdown — a 14-day chart showing daily sending volume
- Connection status and last health check
Lesson 8.2 — Key Metrics and Benchmarks
Performance Benchmarks
| Metric | Poor | Average | Good | Excellent |
|---|---|---|---|---|
| Open rate | Below 20% | 20–35% | 35–50% | Above 50% |
| Reply rate | Below 2% | 2–5% | 5–10% | Above 10% |
| Positive reply rate | Below 20% of replies | 20–35% | 35–50% | Above 50% |
| Bounce rate | Above 5% | 2–5% | 1–2% | Below 1% |
| Spam rate | Above 0.5% | 0.3–0.5% | 0.1–0.3% | Below 0.1% |
Diagnosing Problems from Metrics
| Symptom | Likely Cause | Fix |
|---|---|---|
| Low open rates | Weak subject lines | A/B test 4–5 subject line variants |
| High opens, low replies | Weak body copy or irrelevant offer | Rewrite value proposition, try new angles |
| High replies, low positive replies | Wrong ICP or wrong offer | Refine targeting, adjust messaging |
| High bounces | Bad data quality | Improve verification, clean lists |
| Rising spam complaints | Too salesy or irrelevant | Soften copy, tighten targeting |
| Declining open rates over time | Sender reputation degrading | Check account health, increase warmup ratio |
Lesson 8.3 — A/B Testing
Systematic testing is how you improve from "good" to "excellent." Test one variable at a time so you know what caused the change.
What to Test
| Variable | How to Test | Impact |
|---|---|---|
| Subject lines | Run 4–5 variants using spintax | High — directly affects open rate |
| Opening lines | Test different personalization approaches | High — affects reply rate |
| Value proposition | Run separate campaigns with different angles | Very high — changes who responds |
| CTA | Soft ask vs. hard ask vs. question | Medium — affects reply rate |
| Send time | Morning vs. afternoon, different days | Low–Medium |
| Sequence length | 3-step vs. 5-step vs. 7-step | Medium |
How to A/B Test in FoxReach
- Create two campaigns with identical leads split 50/50
- Change one variable (e.g., subject line)
- Run for at least 200 sends per variant for statistical significance
- Compare metrics in the analytics dashboard
- Roll the winner into your main campaign
Alternatively, use spin syntax within a single campaign to test subject lines and opening lines — FoxReach randomizes across variants automatically.
Testing Cadence
- Weekly: Review performance metrics, identify underperformers
- Bi-weekly: Launch new A/B tests for subject lines and opening hooks
- Monthly: Rotate messaging angles to avoid fatigue
- Quarterly: Re-evaluate ICP segments and overall strategy
Lesson 8.4 — Scaling Your Cold Email Operation
The Scaling Checklist
Before scaling, confirm:
- Open rates are consistently above 40%
- Reply rate is above 5%
- Bounce rate is below 2%
- All accounts have health scores above 80
- Warmup has been running for at least 4 weeks on all accounts
- You have a system for responding to replies within 4 hours
Infrastructure Scaling
| To Reach | You Need | Monthly Infrastructure Cost |
|---|---|---|
| 500/day | 10 accounts, 5 domains | ~$200 |
| 2,000/day | 40 accounts, 20 domains | ~$800 |
| 5,000/day | 100 accounts, 50 domains | ~$1,800 |
| 10,000/day | 200 accounts, 100 domains | ~$3,200 |
Scaling steps:
- Purchase additional domains in batches of 10–20
- Set up DNS records (SPF, DKIM, DMARC) for each
- Create mailboxes (2–3 per domain)
- Connect to FoxReach and enable warmup
- Wait 4 weeks for warmup to mature
- Add warmed accounts to campaigns
- Increase campaign daily limits gradually
Team Structure at Scale
| Volume | Team |
|---|---|
| 500/day | Founder handles everything |
| 2,000/day | 1 dedicated person |
| 5,000/day | 1 manager + 1 assistant |
| 10,000/day | 1 manager + 2–3 assistants |
Cost Per Meeting at Scale
At 10,000 sends/day with a 5% reply rate and 30% positive replies:
- 300,000 emails/month
- ~1,500 positive replies/month
- ~150 meetings/month (at 10% meeting conversion)
- $3,200 infrastructure / 150 meetings = ~$21/meeting
Compare that to an SDR salary ($5,000–8,000/month for 20–40 meetings) or paid ads ($100–500/meeting).
Lesson 8.5 — Webhooks and Integrations
FoxReach's webhook system lets you connect your email operation to your CRM, Slack, analytics tools, or any external system.
Setting Up Webhooks
- Go to Settings > Webhooks
- Click Create Webhook
- Configure:
- URL — the endpoint that receives events
- Secret — a shared secret for verifying webhook signatures
- Events — choose which events to receive
Available Events
| Event | When It Fires |
|---|---|
| email.sent | An email is sent from any campaign |
| email.bounced | An email bounces |
| email.opened | A recipient opens an email |
| email.failed | An email fails to send |
| reply.received | A reply is received |
| reply.categorized | A reply is categorized |
| campaign.started | A campaign begins sending |
| campaign.paused | A campaign is paused |
| campaign.completed | A campaign finishes all sends |
| lead.created | A new lead is added |
| lead.updated | A lead's data changes |
Common Integrations
CRM sync: Send reply.received events to your CRM to create deals and tasks automatically.
Slack notifications: Send reply.received (filtered to "interested" category) to a Slack channel for instant team alerts.
Analytics: Send all events to a data warehouse for custom reporting and attribution.
Workflow automation: Connect to n8n, Zapier, or Make to build custom reply handling, lead routing, or multi-channel sequences.
Screenshot: FoxReach webhook creation form showing URL field, secret field, and event type checkboxes.
API Access
For deeper integration, use FoxReach's API with your workspace API keys. Generate keys in Settings > API Keys. Each key has configurable scopes (read, write) and can be revoked at any time.
Screenshot: FoxReach API Keys page showing a list of keys with name, prefix, scopes, last used date, and a Create API Key button.
Lesson 8.6 — Sharing Campaign Reports
FoxReach lets you generate public campaign reports that you can share with clients, teammates, or stakeholders — no login required.
Creating a Public Report
- Open any campaign
- Click Share
- FoxReach generates a unique public URL
- Share the link — anyone with it can see campaign name, total sent, opened, replied, bounced, and calculated rates
To revoke access, click Unshare and the link stops working immediately.
Screenshot: FoxReach campaign share modal showing the generated public URL with Copy and Unshare buttons.
Lesson 8.7 — Common Pitfalls and How to Avoid Them
Pitfall 1: Skipping or Rushing Warmup
Problem: Account banned or emails go to spam.
Prevention: Minimum 4 weeks warmup. Never send until health score is above 80. Keep warmup running during campaigns.
Pitfall 2: Bad List Quality
Problem: High bounces, low replies, wasted sends.
Prevention: Verify all lists through Million Verifier. Discard catchalls or verify separately. Only send to Tier 1–2 lists.
Pitfall 3: Generic Copy
Problem: Low opens, low replies, spam complaints.
Prevention: Personalize every email. Use AI-generated first lines. A/B test subject lines. Remove spam trigger words.
Pitfall 4: Scaling Too Fast
Problem: Deliverability tanks, accounts get flagged.
Prevention: Start with 50–100 sends per campaign. Increase 25% per week maximum. Never exceed 50 per account per day.
Pitfall 5: Ignoring Negative Signals
Problem: Spam complaints pile up, domain gets burned.
Prevention: Monitor spam rate daily (stay below 0.3%). Pause immediately if bounces exceed 5%. Remove unsubscribes instantly. Retire damaged domains.
Pitfall 6: Not Responding to Replies
Problem: Interested prospects go cold. Pipeline leaks.
Prevention: Check FoxReach inbox multiple times per day. Respond to positive replies within 1 hour. Use AI drafts and reply macros for speed.
Pitfall 7: Single-Channel Only
Problem: Missing prospects who prefer LinkedIn, phone, or other channels.
Prevention: Combine cold email with LinkedIn outreach. Use voicemail drops for high-value prospects. Track which channel works best per segment.
Module 8 Quiz
- What is the first metric you should check daily?
- What is the minimum number of sends needed per variant for a valid A/B test?
- How many mailboxes and domains do you need for 2,000 emails per day?
- Name three webhook events available in FoxReach.
- What is the estimated cost per meeting at 10,000 sends/day scale?