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

Start free trial

MailerPress Resume Campaign Batch

mailerpress/resume-campaign-batch flips a paused batch back to pending so Action Scheduler picks it up on the next tick.

It only affects the batch state.

At a glance

Abilitymailerpress/resume-campaign-batch
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

The cancelled Action Scheduler actions are not recreated by this ability. MailerPress reissues them when it sees the pending batch, which means resuming is a state change followed by MailerPress doing the work.

The practical consequence is that resuming is not instant. The next tick picks it up, and how long that is depends on the site’s scheduler.

A resumed batch continues from where it stopped — the completed chunks stay completed, so nobody is emailed twice.

If the campaign content was changed while paused, the remaining chunks send the new version. That is usually the intent and it does mean the audience received two different emails.

Idempotent.

Input

NameTypeRequiredWhat it is
batch_idintegerYesThe paused batch.

What comes back

NameTypeWhat it is
resumedbooleanWhether the batch was set to pending.
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:

Resume that paused send.

It resolves to one call:

{
  "ability": "mailerpress/resume-campaign-batch",
  "parameters": {
    "batch_id": 91
  }
}

Worth knowing

  • Not instant — the next scheduler tick picks it up.
  • Completed chunks stay completed. Nobody is emailed twice.
  • Content changed while paused goes to the remaining chunks only.
  • Idempotent.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading