-
Notifications
You must be signed in to change notification settings - Fork 186
Add bulk actions for contacts (delete, add to list, remove from list) #299
Copy link
Copy link
Open
Description
Description:
Right now managing contacts in Notifuse is mostly done on a per‑contact basis. It would be very useful to have bulk actions for existing contacts, for example:
- Select multiple contacts and delete them at once.
- Select multiple contacts and add them to a list.
- Select multiple contacts and remove them from a list (not just unsubscribe via campaign, but directly from the list they’re in).
Use cases:
- Cleaning up outdated or test contacts in bulk.
- Migrating a group of users from one list to another (e.g., moving “beta users” to “main users”).
- Quickly removing all contacts from a specific list after a campaign or experiment.
Current limitations:
- Deleting contacts can only be done one by one via the “three dots” menu.
- There is no UI option to select multiple contacts and move them between lists or bulk‑remove them from a list.
Suggested UX:
- Checkboxes or “Select all” in the Contacts / Lists tables.
- A small action bar that appears when contacts are selected, with buttons like: “Delete selected contacts”, “Add selected contacts to list…”, “Remove selected contacts from list…”
- Optionally, show a confirmation modal before executing destructive actions (delete, remove from list).
If bulk actions are already planned or exist via API, it would be helpful to document this in the docs or add a small UI shortcut for power users.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels