Real-time analytics for
every email you send
Track opens, clicks, bounces, and deliverability metrics in real-time. Know exactly what happens after you hit send.
Last 30 days
Complete visibility into your email
From send to inbox, track every step of the email lifecycle with granular event data.
Dashboard Overview
See delivery rates, open rates, click rates, and bounce rates at a glance. Filter by domain, date range, or tag.
Event Tracking
Track every event in the email lifecycle: sent, delivered, opened, clicked, bounced, and complained.
Deliverability Scoring
Per-domain deliverability scores help you identify and fix issues before they impact your sender reputation.
Export & API Access
Export analytics data as CSV or access it programmatically via the API. Build custom dashboards with your own tools.
Webhook Events
Receive real-time webhook notifications for every email event. Process them in your application as they happen.
Custom Events
Tag emails with custom metadata and filter analytics by your own dimensions. Track campaigns, users, or features.
Full event timeline
Every email gets a detailed event timeline showing exactly what happened, and when.
GET /v1/emails/em_abc123/events
{
"data": [
{
"type": "delivered",
"timestamp": "2025-01-15T10:30:01Z",
"details": { "smtp_response": "250 OK" }
},
{
"type": "opened",
"timestamp": "2025-01-15T10:32:15Z",
"details": { "user_agent": "Apple Mail", "ip": "203.0.113.1" }
},
{
"type": "clicked",
"timestamp": "2025-01-15T10:33:42Z",
"details": { "url": "https://example.com/verify", "user_agent": "Safari" }
}
]
}Programmatic access
Query analytics data via the API. Filter by date range, domain, tags, or event type. Build custom reporting in your own stack.
GET /v1/analytics?from=2025-01-01&to=2025-01-31&domain=example.com
{
"sent": 12847,
"delivered": 12802,
"opened": 8742,
"clicked": 1632,
"bounced": 5,
"complained": 1,
"delivery_rate": 99.65,
"open_rate": 68.28,
"click_rate": 12.71
}Ready to get started?
Get complete visibility into every email you send. Free to start.