30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

MailerPress Dashboard Email Performance

mailerpress/get-dashboard-email-performance returns aggregate open, click and unsubscribe rates over the past interval days, defaulting to seven.

One row per metric per day.

At a glance

Abilitymailerpress/get-dashboard-email-performance
ToolsetMailerPress — toolset/mailerpress
GroupMailerPress › Dashboard
RequiresAcrossAI Pro, plus MailerPress active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Pro 0.9.16 and later

How it works

The shorter default reflects what the metric is for: recent performance, not a long-run trend. A seven-day window shows whether the last few sends worked.

Click rate is the one to trust. Open rates are suppressed by image blocking and inflated by pre-fetching, and both effects have grown — so an open rate that moves may be measuring a change in email clients rather than in audience interest.

Unsubscribe rate is the cost side of the same period. A campaign with a good click rate and a high unsubscribe rate reached the right people and annoyed the rest.

Aggregating across campaigns is what makes this a dashboard rather than a report: it answers “is our email working” and not “did that campaign work”, which mailerpress/get-campaign-stats answers.

A day with no sends produces no meaningful rate, which is worth remembering when reading a sparse series.

Input

NameTypeRequiredWhat it is
intervalintegerNo — defaults to 7How many days to cover.

What comes back

NameTypeWhat it is
performancearrayPer metric per day: open, click and unsubscribe rates.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

How is our email performing this week?

It resolves to one call:

{
  "ability": "mailerpress/get-dashboard-email-performance",
  "parameters": {}
}

Worth knowing

  • Trust the click rate; open rates measure email clients as much as interest.
  • A high click rate with a high unsubscribe rate means mixed targeting.
  • Aggregated across campaigns — per-campaign figures are elsewhere.
  • Days with no sends produce no meaningful rate.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading