DocumentationDashboard overview

Dashboard overview

Tour of the MailingCore web panel: emails, templates, domains, and settings.

The MailingCore dashboard is the operator UI for admins authenticated with JWT. It mirrors the same tenant data you access via the REST API, with visual editors and wizards where a GUI is faster than curl.

Sign in at the dashboard URL, select a tenant (workspace), and use the sidebar to navigate.

Main routes

RoutePurpose
EmailsSend logs, delivery status, scheduled messages
TemplatesCreate and edit template versions (draft / published)
DomainsAdd sending domains, copy DNS records, run verification
ContactsAudience list, import, suppression flags
CampaignsNewsletter campaigns — test, schedule, send
AnalyticsOpens, clicks, top templates (see Analytics)
BillingCurrent plan, Stripe checkout and customer portal
LibraryClone system starter templates into your tenant
SettingsAPI keys, team members, 2FA, tenant preferences

Typical workflow

  1. Settings → create an API key for your backend integration
  2. Domains → verify SPF/DKIM/DMARC before production sends
  3. Templates → publish a version, then send via API or Campaigns
  4. Emails → monitor queue and delivery outcomes
  5. Analytics → review engagement after campaigns go out

Next steps