mailerpress/get-dashboard-campaigns returns a campaign-count time series for the past interval days, defaulting to thirty, bucketed per day.
It powers the campaigns-per-day chart on the admin dashboard.
At a glance
| Ability | mailerpress/get-dashboard-campaigns |
| 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
Sending cadence is the thing this measures, and cadence is a real variable in list health. A list emailed too often unsubscribes; one emailed too rarely forgets who you are and unsubscribes when reminded.
Reading this alongside mailerpress/get-dashboard-contact-growth is how the relationship becomes visible: a spike in sending followed by a dip in net growth is a cadence problem stated in two charts.
It counts campaigns rather than emails, so one campaign to fifty thousand people and one to fifty count the same. Volume is a different question.
Daily buckets make bursts visible, and bursts are usually what causes the unsubscribe response — three campaigns in a week reads very differently to a subscriber than three in a month.
The interval is the only parameter.
Input
| Name | Type | Required | What it is |
|---|---|---|---|
interval | integer | No — defaults to 30 | How many days to cover. |
What comes back
| Name | Type | What it is |
|---|---|---|
series | array | Per-day campaign counts. |
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 often are we sending?
It resolves to one call:
{
"ability": "mailerpress/get-dashboard-campaigns",
"parameters": {}
}Worth knowing
- Cadence affects unsubscribe rates in both directions.
- Read with the growth series to see the relationship.
- Counts campaigns, not emails — volume is a different question.
- Bursts are what subscribers notice.
Related abilities
- MailerPress Dashboard Contact Growth — the effect on the list
- MailerPress Dashboard Email Performance — how they performed
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category