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

Start free trial

MailerPress Dashboard Campaigns

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

Abilitymailerpress/get-dashboard-campaigns
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

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

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

What comes back

NameTypeWhat it is
seriesarrayPer-day campaign counts.
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 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


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading