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

Start free trial

MailerPress List Sent Campaigns

mailerpress/list-sent-campaigns returns the historical archive of every completed send: campaign ID, name, created and updated timestamps.

There is no pagination on the MailerPress side, so this returns everything.

At a glance

Abilitymailerpress/list-sent-campaigns
ToolsetMailerPress — toolset/mailerpress
GroupMailerPress › Campaigns & Sending
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

On a site that has been sending for years that is a large response, and there is no way to narrow it at the source. That is worth knowing before calling it on a busy install.

What it gives that mailerpress/list-campaigns does not is certainty. A campaign’s status can be edited; this archive records what actually completed.

That distinction matters for anything auditing sending history — a campaign marked sent and a campaign that sent are not necessarily the same set.

The bare array MailerPress returns is wrapped into an object so callers do not have to special-case the shape.

For statistics, mailerpress/get-campaign-stats takes the IDs from here.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
campaignsarrayEvery completed send with its ID, name and timestamps.
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:

What have we actually sent?

It resolves to one call:

{
  "ability": "mailerpress/list-sent-campaigns",
  "parameters": {}
}

Worth knowing

  • No pagination — this returns the whole archive.
  • Records what completed, as against what is marked sent.
  • Large on an established site.
  • The bare array is wrapped for consistency.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading