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

Start free trial

MailerPress Pro List Webhooks

mailerpress-pro/list-webhooks returns every registered incoming webhook configuration.

Secrets are masked to *** in every response. MailerPress never returns a raw secret value after it is stored, which means these reads can tell you that a secret exists and never what it is.

At a glance

Abilitymailerpress-pro/list-webhooks
ToolsetMailerPress Pro — toolset/mailerpress-pro
GroupMailerPress Pro › Webhooks
RequiresAcrossAI Pro, plus MailerPress with its Pro add-on 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 incoming webhook is a door into the contact list: something outside the site posts to it and contacts are created or changed. That makes the inventory a security read as much as a configuration one.

The useful question is usually “what can write to our contacts”, and the answer is this list. A webhook configured during an integration trial two years ago is still a door.

The masking is not an inconvenience to work around. A secret that could be read back could be read by anything that could make this call, and MailerPress’s decision to store them one-way is the right one — which does mean a lost secret is regenerated rather than recovered.

Incoming webhooks are separate from outgoing ones. mailerpress-pro/get-outgoing-webhook-settings covers the other direction.

Input

This ability takes no input.

What comes back

NameTypeWhat it is
webhooksarrayEach webhook with its ID, configuration and a masked secret.
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 write into our MailerPress contacts?

It resolves to one call:

{
  "ability": "mailerpress-pro/list-webhooks",
  "parameters": {}
}

Worth knowing

  • Each incoming webhook is a door into the contact list.
  • Secrets are masked and cannot be read back, by design.
  • Old integration webhooks are still live doors.
  • Incoming and outgoing webhooks are separate systems.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading