mailerpress-pro/list-woocommerce-email-templates returns every WooCommerce transactional email type and its MailerPress override state.
Requires WooCommerce to be active; without it the ability says so rather than returning an empty list.
At a glance
| Ability | mailerpress-pro/list-woocommerce-email-templates |
| Toolset | MailerPress Pro — toolset/mailerpress-pro |
| Group | MailerPress Pro › WooCommerce Emails |
| Requires | AcrossAI Pro, plus MailerPress with its Pro add-on active on the site |
| Capability | manage_options |
| Safety | Read-only — changes nothing |
| Repeatable | Idempotent — running it twice leaves the same result |
| Ships in | AcrossAI Pro 0.9.16 and later |
How it works
WooCommerce sends considerably more transactional email than WordPress does, and the emails matter more: order confirmations, processing notices, completed-order emails, refund notifications, customer invoices.
These are the emails a customer expects and looks for, which makes both their appearance and their delivery commercially relevant in a way a password reset is not.
WooCommerce’s own templates are functional and styled by WooCommerce rather than by the shop, so overriding them is usually a branding improvement rather than a fix.
The override states are the same three as the WordPress side, and the disabled state is equally consequential here: a disabled order confirmation is a customer who paid and heard nothing, which generates support contact rather than silence.
Read-only.
Input
This ability takes no input.
What comes back
| Name | Type | What it is |
|---|---|---|
templates | array | Each WooCommerce email type with its override state and backing campaign. |
success | boolean | Whether the call completed. |
message | string | A one-line summary of what happened, suitable for showing a human. |
error_code | string | Present 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 do our order emails look like?
It resolves to one call:
{
"ability": "mailerpress-pro/list-woocommerce-email-templates",
"parameters": {}
}Worth knowing
- WooCommerce emails are the ones customers look for.
- A disabled order confirmation generates support contact, not silence.
- Requires WooCommerce active.
- Read-only.
Related abilities
- MailerPress Pro Save WooCommerce Email Template — override one
- MailerPress Pro Send Test WooCommerce Email — see what one looks like
Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager
Browse the rest: Every ability, by category