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

Start free trial

MailerPress List Workflow Actions

mailerpress/list-workflow-actions lists every registered workflow action handler with its keys, label, description and settings schema.

The settings schema is the useful part.

At a glance

Abilitymailerpress/list-workflow-actions
ToolsetMailerPress — toolset/mailerpress
GroupMailerPress › Workflows
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

An action node carries settings, and what those settings are depends entirely on the action — a send-email action needs a campaign; a wait action needs a duration; a tag action needs a tag ID.

Composing a node without knowing its schema produces a node that saves and does nothing, or one MailerPress rejects on execution rather than on save.

So this is the reference for authoring, and it is read live because the action set is extensible — a third-party integration can register its own.

Non-template workflows with any non-TRIGGER step require MailerPress Pro. A free install can hold a trigger and not much else.

That gate applies at the action level: a free install can compose a workflow whose only node is a trigger, which is a workflow that fires and does nothing.

The bare array MailerPress returns is wrapped into an object.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
actionsarrayEach action with its keys, label, description and settings schema.
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 can an automation do?

It resolves to one call:

{
  "ability": "mailerpress/list-workflow-actions",
  "parameters": {}
}

Worth knowing

  • The settings schema is what makes a node valid.
  • A node composed without it saves and does nothing.
  • Actions are extensible per site.
  • Non-trigger steps need MailerPress Pro.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading