I accidentally marked (manually) people as “do not contact” using import
Now I try to import the list with “do not contact” set to 0, but it has no effect
Any help?
Chen
I accidentally marked (manually) people as “do not contact” using import
Now I try to import the list with “do not contact” set to 0, but it has no effect
Any help?
Chen
If you have self-hosted you have to work with database if you are in Mautic Cloud oh boy
[quote=23325:@ninjoan]if you are in Mautic Cloud oh boy[/quote]
@chenlev: Is it an option to delete an re-import your contacts?
contacts stay mark in the database as Do not contact. if you delete it using the Mautic GUI
Correct, of course not via database
I’ve a similar question. How do I bulk remove ‘Do not Contact’ from a list of contacts in Mautic.
Like, to bulk add ‘Do Not Contact’ to a list of contacts in
Mautic there is this option
From here you can select up to 100 contacts and add the tag ‘Do Not Contact’, but how do I remove it in bulk, if let’s say I want to contact them after several months?
Sure,
- make a segment with contacts with DNC
- create a campaign with this segment
- choose remove DNC action
- publish and enjoy
@joeyk yes, your supposal would work, but it also removes ALL bounces, which is not always wanted. We recently had an issue with an mail-domain which returned a lot of false-positives. Now those are mixed with real bounces, and i only want to reset the wrong ones, which i know.
So +1 for the requested feature in the bulk-dialog (could not be too hard to implement, or?)
You may either use SQL or the API to make this happen.
We had a similar problem with one of our customers. And we ended up using both (SQL + API) in order to fix the problem.