How do I delete contacts who have bounced or opt out?
As far as I am aware you cannot delete contacts by default in Infusionsoft automatically.
You could set up an action that would tag them and add a widget to your dashboard that tells you how many have been tagged. Then just open the saved search and mass delete everyone there.
You would go under MARKETING > Settings > Template Settings > Email Status Automation
in order to create the action set. Then just create a save search and a widget.
OR if you need a more automated way you could use the API to delete the contact.
https://developer.infusionsoft.com/docs/rest/#!/Contact/deleteContactUsingDELETE
Hi Brian, (my reply is assuming Current UI, if in Classic UI then replace stages 1-2 with Infusionsoft Logo > Marketing > Reports > Email Status Search) if you want to find the current bounce/opted out and then delete them then:
-
Click Reports
-
Select ‘Email engagement tracker’
-
Click ‘New Search’
-
Under Email Status use shift/ctrl and click to select the ones you want to remove - then hit ‘Search’
-
Click the tick box under the word actions, just below the number of records selected. Deslect anyone you don’t want to remove
-
Click on actions and then choose ‘delete contacts’ and follow that through
Hope that helps