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

Start free trial

MailerPress List Templates

mailerpress/list-templates returns every email template on the site.

There is no pagination on the MailerPress side, so the full list comes back.

At a glance

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

Templates are reusable content that campaigns can be based on. The relationship is a copy rather than a link: a campaign based on a template takes a snapshot, and changing the template afterwards does not change the campaign.

That is worth knowing in both directions. Fixing a typo in a template does not fix it in the campaigns already built from it, and deleting a template does not break them.

Templates carry categories, which is the only organising mechanism they have — and unknown category names are auto-created on write, so a typo produces a new category rather than an error.

On an established site that produces a category list with several near-duplicates.

The absence of pagination means this is a large response on a site with many templates, and there is no way to narrow it at the source.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
templatesarrayEvery template with its name, categories and usage type.
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 email templates do we have?

It resolves to one call:

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

Worth knowing

  • A campaign takes a snapshot of a template, not a link to it.
  • Fixing a template does not fix campaigns already built from it.
  • Unknown categories are auto-created, so typos become categories.
  • No pagination — the whole list, always.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading