Block Rate
—
of all checks today
🕐 Recent Checks (Last 50)
| Time | Email | Brand | Channel | Result | Reason |
| Loading… |
ℹ️ These emails have more than one active row in nurture_tracker.
The "Consolidate" action marks all but the newest row as COMPLETED,
leaving exactly one active row per email+brand+campaign combination.
⚠️ Connect your Mailgun API key to enable live data.
Add MAILGUN_API_KEY and MAILGUN_DOMAIN to the nurture-api Lambda environment variables.
Delivered (30d)
—
Mailgun API not connected
Bounced (30d)
—
Mailgun API not connected
Complained (30d)
—
Mailgun API not connected
Opened (30d)
—
Mailgun API not connected
⚙️ Setup Instructions
- Add
MAILGUN_API_KEY to nurture-api Lambda environment variables
- Add
MAILGUN_DOMAIN (e.g. mg.yourdomain.com)
- Add route
GET /nurture-insight/mailgun-stats to nurture-api that calls Mailgun Events API
- Update the JS in this page to fetch
/mailgun-stats and populate the cards
- Consider syncing Mailgun bounces/complaints into a local
mailgun_suppressions table for use in CHECK 6 of pre-send-gate.mjs