Manage Lists
Lists provide ways to easily organize your leads. These lists can be configured from a variety of fields.
When viewing all lead lists you will notice the column on the right which shows the number of leads matching that particular list.
List Filters
In addition, these filters can be combined to either be inclusive or exclusive depending on your needs.
Once you have selected the field you can then choose the type of operation to perform. These vary depending on the way you wish to filter your leads.
Smart Lists
Once you have created your list any applicable lead will be automatically added through the execution of a cron job. This is the essence of smart lists.
To keep the smart lists current, create a cron job that executes the following command at the desired interval:
php /path/to/mautiv/app/console mautiv:leadlists:update --env=prod
Through the execution of that command, leads that match the filters will be added and leads that no longer match will be removed. Any leads that were manually added will remain part of the list regardless of filters.
Manual Addition
In addition to smart lists you can also manually add any lead to a list by clicking the Lists button then selecting the radio toggle on the lead detail view.