Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheDMSGroup/mautic-dnc-extras
Extension to the Mautic DNC system for scale
https://github.com/TheDMSGroup/mautic-dnc-extras
marketing-automation mautic php plugin
Last synced: 3 months ago
JSON representation
Extension to the Mautic DNC system for scale
- Host: GitHub
- URL: https://github.com/TheDMSGroup/mautic-dnc-extras
- Owner: TheDMSGroup
- License: gpl-3.0
- Created: 2019-02-13T19:28:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T21:56:53.000Z (over 5 years ago)
- Last Synced: 2024-07-27T04:35:19.835Z (4 months ago)
- Topics: marketing-automation, mautic, php, plugin
- Language: PHP
- Homepage:
- Size: 130 KB
- Stars: 10
- Watchers: 20
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: Security/Permissions/DoNotContactExtrasPermissions.php
Awesome Lists containing this project
README
# Mautic Do Not Contact Extras [![Latest Stable Version](https://poser.pugx.org/thedmsgroup/mautic-do-not-contact-extras-bundle/v/stable)](https://packagist.org/packages/thedmsgroup/mautic-do-not-contact-extras-bundle) [![License](https://poser.pugx.org/thedmsgroup/mautic-dnc-extras/license)](https://packagist.org/packages/thedmsgroup/mautic-do-not-contact-extras-bundle) [![Build Status](https://travis-ci.com/TheDMSGroup/mautic-dnc-extras.svg?branch=master)](https://travis-ci.com/TheDMSGroup/mautic-dnc-extras)
![](./Assets/img/donotcontactextras.png)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.1. Install by running `composer require thedmsgroup/mautic-do-not-contact-extras-bundle`
(or by extracting this repo to `/plugins/MauticDoNotContactExtrasBundle`)
2. Go to `/s/plugins/reload`
3. Click "Do Not Contact Extras" and configure as desired.