Unsubscribe Manager
Ruled rows of low engagement senders, each with a monogram, address, weekly volume, last opened stat, and unsubscribe or keep actions.
Ruled rows of low engagement senders, each with a monogram, address, weekly volume, last opened stat, and unsubscribe or keep actions.
The source for every Application block is included with Basic and Pro. Pick a plan to copy the code.
Already purchased? Log in
Unsubscribe Manager is the subscription cleanup panel for a mailbox, a ruled table of five newsletters where four low engagement senders still deliver about nineteen emails a week. Each row carries a monogram mark, the sender name and address, and a line noting weekly volume and when the list was last opened, then Keep and Unsubscribe actions. CloudOps Weekly shows the completed state with an Unsubscribed badge and a Resubscribe out.
Subscriptions are one typed const array; the active count and weekly total are derived from it, and the unsubscribed flag drives the muted styling, the badge, and the swapped actions. A note below the table explains that unsubscribing sends an opt out request and that ignored senders route to Trash.
Reach for this block on the subscriptions or digest settings page, wired to your list management API. The rows are static; load real sender stats and wire Unsubscribe, Keep, and Resubscribe to your opt out endpoints.
A natural flow around it on an Application Pro page:
Before
After
One strong use is the mailbox subscription cleanup panel. Other unsubscribe surfaces:
Tip: the last opened stat is the honest signal that lets users unsubscribe with confidence, so keep it on every row.