thedmsgroup / mautic-do-not-contact-extras-bundle
Adds custom DNC list items to be added to standard Mautic DNC lists and creates phpne and sms channels
Installs: 534
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 20
Forks: 2
Open Issues: 1
Type:mautic-plugin
Requires
- mautic/composer-plugin: ^1.0
This package is auto-updated.
Last update: 2024-10-25 10:47:20 UTC
README
This Bundle creates an additional Do Not Contact Entity type for managing an uploadable and editable list of items to reference as "add-on" DoNotContact Mautic Entities.
These can be items by channel, where 'email' and 'phone' are the currently supported channels.
This Bundle functions by hooking into a core event dispatch for DNC lookups, and adds items from the custom list as DNC Entities. These add-on entities are lead-agnostic, compared to the mautic instances.
Installation & Usage
Currently being tested with Mautic 2.15.x
.
If you have success/issues with other versions please report.
- Install by running
composer require thedmsgroup/mautic-do-not-contact-extras-bundle
(or by extracting this repo to/plugins/MauticDoNotContactExtrasBundle
) - Go to
/s/plugins/reload
- Click "Do Not Contact Extras" and configure as desired.