Skip to content

metakin/mautic-lead-reporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lead Reporter with Email for Mautic

Installation

First, install required packages with npm:

$ cd /path/to/mautic-lead-reporter
$ npm install

After installation, edit configuration file:

$ nano /path/to/config.json

Finally run:

$ node index.js -l 50

Usage

 Usage: index [options]
 Options:

-V, --version        output the version number
-l, --limit <limit>  count of leads
-f, --from <from>    date from: filtering by last active time. (yyyy-mm-dd h:i:s)
-t, --to <to>        date to: Filtering by last active time. (yyyy-mm-dd h:i:s)
-h, --help           output usage information

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published