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
| Ability | mailerpress/get-dashboard-email-performance |
| Toolset | MailerPress — toolset/mailerpress |
| Group | MailerPress › Dashboard |
| Requires | AcrossAI Pro, plus MailerPress active on the site |
| Capability | manage_options |
| Safety | Read-only — changes nothing |
| Repeatable | Idempotent — running it twice leaves the same result |
| Ships in | AcrossAI 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
| Name | Type | Required | What it is |
|---|---|---|---|
interval | integer | No — defaults to 7 | How many days to cover. |
What comes back
| Name | Type | What it is |
|---|---|---|
performance | array | Per metric per day: open, click and unsubscribe rates. |
success | boolean | Whether the call completed. |
message | string | A one-line summary of what happened, suitable for showing a human. |
error_code | string | Present 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
- MailerPress Get Campaign Stats — per campaign
- MailerPress Dashboard Recent Campaigns — which campaigns these are
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category