Outcome. Contacts added to a time-sensitive static list, a promotion, a limited campaign window, a temporary suppression, get removed automatically after a set number of days, so the list stays an accurate current snapshot instead of a growing pile nobody remembers to clean up.
flowchart TD
A[Contact added to time-bound list] --> B[Set list_expiry_date = today + window]
B --> C[Wait until today = list_expiry_date]
C --> D[Remove from the time-bound list]

When to use it, when not to
- UseUse for any static list whose membership is only supposed to be meaningful for a fixed window, for example a 30-day promotion audience, a 14-day temporary suppression during an issue, or a 90-day trial-follow-up window.
- UseUse to avoid the common failure mode where a temporary list becomes a permanent one because removal was never automated.
- SkipDo not use for lists meant to be permanent records. A list of "webinar attendees, Q3 2026" should stay as a historical record, not auto-clear.
- SkipDo not use on active lists. Active lists already auto-manage membership based on their own criteria and do not accept manual add/remove workflow actions the way static lists do.
or the marketing ops pack, 39 EUR
One-time, excl. VAT. 30-day refund, no questions asked. Founding prices until 31 October, then 199 and 59 EUR. Includes every spec added later, up to the full 500, and the one-click installer on the full library. Building on client portals? The agency licence at 449 EUR covers unlimited client portals.





