17-Jun-2026 — post-send workflow actions and server-side member bulk delete #278

build 701commit 9317e9c


Lets an email type act on its recipients after the send: an "Expired Membership" style workflow can disable (untick Approved Group Member) or permanently delete the members it has just emailed, and the bulk-delete path now runs as a single server-side cascade. The composer warns clearly before such a send. Continues the email work in #278.

When an email type will disable its recipients, one alert gathers the workflow warning and the step validation in a single box, with one Dismiss button.

When an email type will delete its recipients, one alert gathers the workflow warning and the step validation in a single box, with one Dismiss button.

What's new

How it behaves

Technical changes