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

Start free trial

MailerPress List Contacts

mailerpress/list-contacts returns a paginated list of MailerPress contacts, with free-text search over email and name.

It is the directory read; the detail is per contact.

At a glance

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

Search covers email and name together, which is usually what somebody has — a support request arrives with one or the other and rarely with an ID.

For an exact email match, mailerpress/get-contact-by-email is more direct and returns the full record including lists, tags, custom fields and status.

The status on each row is the one field worth reading carefully. A contact can be subscribed, pending confirmation, unsubscribed or bounced, and only the first receives campaigns.

Pending is the state that accumulates on double-opt-in sites: somebody signed up, never clicked the confirmation, and sits in the list forever without ever receiving anything.

Counting those is a list-health question that nothing surfaces directly, and mailerpress/get-dashboard-contacts is the closest thing to a trend.

Input

NameTypeRequiredWhat it is
searchstringNoFree text over email and name.
per_pageintegerNoRows per page.
pageintegerNoPage number.

What comes back

NameTypeWhat it is
contactsarrayEach contact with email, name and status.
totalintegerHow many matched.
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:

Find that contact.

It resolves to one call:

{
  "ability": "mailerpress/list-contacts",
  "parameters": {
    "search": "sam@example.com"
  }
}

Worth knowing

  • Only subscribed contacts receive campaigns.
  • Pending contacts accumulate on double-opt-in sites and never receive anything.
  • An exact email lookup is a more direct call.
  • Read-only.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading