Skip to content

Built-in Reports

Synapse includes pre-built report templates that are automatically created for every workspace. These cover the most common analyses and are ready to use immediately -- no configuration required.


Pre-built Templates

When you first open the Reports page, Synapse creates these templates for your workspace:

ReportTypeChartDescription
Email Performance Overviewemail_performanceAreaDelivery, opens, clicks, and bounces over time
Flow Performanceflow_performanceBarPer-flow trips, completion, and email engagement
Contact Growthcontact_growthAreaNew contacts per day and cumulative total
Deliverability Healthdeliverability_healthAreaBounce rates, spam complaints, delivery success
Engagement Summaryengagement_summaryAreaActive vs dormant contacts, engagement rate
Email Delivery Funnelfunnel_analysisFunnelSent to Delivered to Opened to Clicked pipeline
Flow Group Performanceflow_group_performanceBarFlow metrics aggregated by tag groups
Tip

Pre-built templates cannot be edited directly. To customize one, duplicate it first -- the copy becomes a regular report that you can modify freely.


Email Performance Overview

Tracks the full email lifecycle over time: sent, delivered, opened, clicked, and bounced.

KPIs displayed:

KPIDescription
Emails SentTotal emails queued and sent
DeliveredSuccessfully delivered, with delivery rate
OpenedUnique opens, with open rate
ClickedUnique clicks, with click rate
BouncedHard and soft bounces, with bounce rate

The chart shows daily volume for each status. The table includes per-day breakdown with calculated open rate and click rate columns.

Comparison mode is supported -- enable it to see trend percentages against the previous period.


Flow Performance

Compares all flows in your workspace side by side. Flows are ranked by total trips.

KPIs displayed:

KPIDescription
Total TripsAll flow trips initiated
CompletedTrips that finished successfully, with completion rate
FailedTrips that errored out
Emails SentTotal emails sent across all flows
Open RateAggregate open rate for flow emails

The bar chart shows per-flow metrics. The table includes flow name, status, trips, completion, and engagement metrics.


Contact Growth

Monitors contact acquisition trends and subscription status.

KPIs displayed:

KPIDescription
Total ContactsAll contacts in the workspace
New (Period)Contacts created within the selected date range
SubscribedContacts with active subscription status
UnsubscribedContacts who opted out

The chart shows daily new contacts with a cumulative total line. Comparison mode is supported.


Deliverability Health

Focuses on email delivery problems: bounces, failures, and spam complaints.

KPIs displayed:

KPIDescription
Total SentBaseline volume
DeliveredWith delivery rate
BouncedWith bounce rate
FailedWith failure rate
Spam ComplaintsWith complaint rate
Warning

A bounce rate above 5% or a spam complaint rate above 0.1% can damage your sender reputation. Monitor this report regularly and clean your contact list if these metrics trend upward.


Engagement Summary

Measures how actively your contacts interact with your emails and events.

KPIs displayed:

KPIDescription
Total ContactsBaseline
Active ContactsContacts with at least one event in the period
Dormant ContactsContacts with no activity in the period
Engagement RateActive / Total as a percentage

The chart shows daily event volume and unique active contacts.


Email Delivery Funnel

Visualizes the email delivery pipeline as a funnel with drop-off rates at each stage.

Two funnel types are available:

Email Funnel

Tracks all emails across the workspace:

StepDescription
SentEmails handed off to the delivery provider (100% baseline)
DeliveredAccepted by the recipient's email server
OpenedRecipient opened the email
ClickedRecipient clicked a link

Each step shows the count, percentage of total, and drop-off rate from the previous step. The response includes overall_conversion_rate (Clicked / Sent).

Flow Funnel

Tracks a specific flow's pipeline:

StepDescription
EnteredContacts who entered the flow
Email SentEmails sent by flow steps
DeliveredEmails accepted by recipient servers
OpenedEmails opened
ClickedLinks clicked
CompletedContacts who finished all flow steps
Note

The flow funnel requires a flow_id. You select the flow when configuring the funnel analysis in the dashboard.


Flow Comparison

Compare 2 to 4 flows side by side. Useful for A/B testing different flow strategies.

For each flow, the comparison shows:

MetricDescription
Total TripsTrips started in the period
Completed / FailedOutcome counts
Completion RateCompleted / Total trips
Emails SentEmails sent through the flow
Open RateOpens / Emails sent
Click RateClicks / Emails sent

The response identifies a winner -- the flow with the highest completion rate (among flows with at least one trip).


Flow Group Performance

Aggregates flow metrics by tag. If you tag your flows (e.g., "onboarding", "retention", "transactional"), this report shows how each group performs.

KPIs displayed:

KPIDescription
Flow GroupsNumber of distinct tag groups
Total FlowsFlows across all groups
Total TripsAggregate trip count
Avg CompletionWeighted completion rate
Open RateAggregate open rate

The table shows per-tag breakdown: flows, trips, completed, failed, completion rate, emails sent, open rate, and click rate.

Flows without tags are grouped under "untagged". If you filter by specific tags, only those groups appear.


Cohort Retention

Tracks how contacts acquired in each period continue engaging over subsequent periods. Contacts are grouped into cohorts by their signup date.

Configuration

SettingOptionsDefault
Granularityweekly, monthlymonthly
Metricemail_opened, email_clicked, event_active, any_activityany_activity
Periods2--126

Retention Metrics

MetricWhat counts as "active"
email_openedContact opened at least one email in the period
email_clickedContact clicked at least one email link
event_activeContact triggered at least one custom event
any_activityEmail opened OR event triggered (union of both)

Reading the Cohort Table

Each row is a cohort (e.g., "Jan 2026" for monthly). The columns show retention percentages for each subsequent period:

  • Period 0: The signup period itself (usually near 100%)
  • Period 1: The first period after signup
  • Period N: N periods after signup

A null value means the period hasn't happened yet (future). The response includes average_retention -- the average across all cohorts for each period column.