Dashboard Email brings shared communication into the same workspace as customers, tasks, protocols, projects, newsletters, and events.
Routes:
- Inbox:
/organizations/:id/inbox - Archive:
/organizations/:id/inbox/archive - Spam:
/organizations/:id/inbox/spam - Sent emails:
/organizations/:id/sent-emails
Unread counters can surface directly on the parent email nav item. The badge combines inbound unread counts and sent email bounce/unread indicators where configured.
Email Views
Inbox
The inbox shows open inbound messages tied to organization-managed email addresses. Inbound messages can include sender metadata, recipients, subject, date, attachments, tags, status, spam state, customer link, responsible customer link, and project link.
Archive
The archive stores messages that were deliberately closed or no longer need the main inbox workflow. Archived messages are not deleted; they are moved out of the active inbox view, which makes the archive the first place to check when a handled message seems to disappear.
Spam
The spam view contains messages marked as spam or classified as suspicious. Expected messages that never reached the normal inbox may have landed here.
Sent Emails
Sent emails show outbound messages. This is important for troubleshooting:
- Whether a message was sent.
- Which sender was used.
- Whether a bounce or delivery issue is visible.
- Which customer, project, event, newsletter, or operational flow generated the message.
Inbound Email Context
Inbound email records can store:
- Organization.
- Recipient scope.
- Recipient member customer for personal-scope mail.
- Message ID.
- From address and display name.
- To and CC addresses.
- Subject.
- Date.
- Forwarding metadata.
- Optional reference to raw message storage (when retained for troubleshooting).
- Attachment metadata.
- Status (
unread,read,archived). - Spam flag.
- Tags.
- Customer link.
- Responsible customer link.
- Project link.
Support should check these fields when a message appears under the wrong customer, project, or inbox section.