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

Start free trial

MailerPress Rename Campaign

mailerpress/rename-campaign renames a campaign’s internal name, which is what administrators see in the campaign list.

It does not change the email subject line or a sent campaign’s recipient-facing content.

At a glance

Abilitymailerpress/rename-campaign
ToolsetMailerPress — toolset/mailerpress
GroupMailerPress › Campaigns & Sending
RequiresAcrossAI Pro, plus MailerPress active on the site
Capabilitymanage_options
SafetyWrites data
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Pro 0.9.16 and later

How it works

That separation is worth stating because the two are easy to conflate. The internal name is organisational — “September update v3” — and the subject is what lands in an inbox.

Renaming is safe on any campaign at any stage, including one already sent. The archive of what was sent is unaffected; only the label changes.

The subject lives in emailConfig and is written through mailerpress/update-campaign-settings or mailerpress/update-campaign.

On a site with many campaigns the internal names are the only navigation, so a consistent convention is worth more than it looks.

Idempotent.

Input

NameTypeRequiredWhat it is
idintegerYesThe campaign ID.
namestringYesThe new internal name.

What comes back

NameTypeWhat it is
campaignobjectThe campaign after the rename.
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:

Rename that campaign.

It resolves to one call:

{
  "ability": "mailerpress/rename-campaign",
  "parameters": {
    "id": 44,
    "name": "September update — final"
  }
}

Worth knowing

  • Internal name only. The subject is a different field.
  • Safe on a sent campaign — the archive is unaffected.
  • Internal names are the only navigation on a large site.
  • Idempotent.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading