thedmsgroup / mautic-enhancer-bundle
Various contact enhancer integrations for Mautic.
Package info
github.com/TheDMSGroup/mautic-enhancer
Type:mautic-plugin
pkg:composer/thedmsgroup/mautic-enhancer-bundle
2.15.0
2018-12-19 15:46 UTC
Requires
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-simplexml: *
- league/flysystem: ^1.0
- league/flysystem-sftp: ^1.0
- mautic/composer-plugin: ^1.0
This package is auto-updated.
Last update: 2026-06-13 15:52:11 UTC
README
A bundle of contact data enhancers.
External Enhancers
- Alcazar - Phone data lookup
- Fourleaf - Contact activity and hygiene scoring
- XVerify - Validates email and phone fields
Local Enhancers
- Random - Stores random number for use in A/B splits
- Age from Birthdate - Stores age based on a birthdate field
- City & State from Postal Code - Backfills blank city/state fields when the postal(zip) is filled. IP Address data can be used to enhance the data.
- Choose Gender From Name - Selects the most probble gender based on a contacts first name.
Installation & Usage
Currently being tested with Mautic 2.12.x.
If you have success/issues with other versions please report.
- Install by running
composer require thedmsgroup/mautic-enhancer-bundleor by unpacking this repository's contents into a folder named/plugins/MauticEnhancerBundle - Go to
/s/pluginsand clickInstall/Upgrade Plugins. - Publish and configure the integrations as you wish.
- For City & State From Postal Code and Gender From Name, use the console commands (mautic:integration:enhancer:installcspcdata and mautic:integration:enhancer:installgendernames, respectively) to build the reference tables.
Expirian Correct Address
Correct Address is a data enhancer dependent on Expirian's proprietary qas software.
- Host User and Host Password are assigned by Expirian
- Fingerprint and be found by loging onto the SFTP sight then looking through the connection properties
- Remote Host Expirian assingned
- Remote Path, Archive, and Path should not change
- Excecuable Path: the absolute path to the location of the CorrectAddress calling program
- Local Data Path: the absolute path to where the data file is extracted






