What You’ll See in the Events Dashboard
When you navigate to Events in the sidebar, you’ll land on a list of all recent email events for your team. Each row shows the timestamp, the event type (color-coded by category), the email subject, and the recipient and sender addresses. From this list, you can click View Details on any row to drill into the full event history for that specific message. The dashboard defaults to showing events from the last 14 days. You can adjust the date range using the date picker and narrow results down to a specific recipient by entering their email address in the search field. The per-page selector lets you display 10, 25, 50, or 100 events at a time, and navigation buttons let you page through results.Events are retained for 90 days. If you need longer-term storage of event data, use webhooks to capture and store events in your own system as they occur.
Events vs. Webhooks
Events and webhooks are two ways to observe the same underlying data. The Events dashboard is for manual investigation — you open it when you want to check on a specific email or understand what happened to a batch of sends. Webhooks are for automation — Lettr pushes event data to your server in real time so your application can react without polling. For a full reference of event types and their webhook payloads, see Webhook Event Types. The event types you see in the Events dashboard correspond directly to the same set of events that webhooks deliver.Searching for a Specific Email
If you need to track down what happened to a particular message, enter the recipient’s email address in the search field and hit Search. Lettr will return all events associated with emails sent to that address within your selected date range. From there, click View Details on the relevant row to see the full timeline of that message, including delivery status, any bounces or deferrals, and engagement like opens and clicks. You can also retrieve sent emails programmatically using the emails API:Next Steps
Event Types
Reference for every event type and what it means
Message Details
How to read the per-message event timeline
Webhook Event Types
Full payload reference for programmatic event handling
Analytics
Aggregate metrics and trends across all your sends