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

Start free trial

MailerPress List Lists

mailerpress/list-lists enumerates every MailerPress subscriber list on the site with per-list contact counts and the default-list flag.

The counts are what make it useful before a send.

At a glance

Abilitymailerpress/list-lists
ToolsetMailerPress — toolset/mailerpress
GroupMailerPress › Lists
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

A campaign targeted at a list with four contacts sends to four people and reports success. Nothing about the campaign says how many that is, and this is where the number lives.

The default-list flag matters for signups. Every opt-in that arrives without an explicit list target goes to the default, so that list accumulates everybody who signed up through a form that did not specify.

On many sites the default list is therefore the largest and the least deliberate.

Lists are one of the two classic targeting mechanisms, tags being the other. The difference is intent rather than mechanism: a list is something somebody subscribed to, a tag is something you decided about them.

Segments, on Pro installs, are a third approach and are evaluated live rather than stored.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
listsarrayEach list with its ID, name, contact count and default flag.
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 lists do we have and how big are they?

It resolves to one call:

{
  "ability": "mailerpress/list-lists",
  "parameters": {}
}

Worth knowing

  • The contact count is not visible from a campaign. It lives here.
  • The default list collects every unspecified signup.
  • A list is subscribed to; a tag is applied.
  • Read-only.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading