Required

image

Lead Lists

To keep the smart lists current:

image

php /path/to/mautic/app/console mautic:leadlists:update

image

image

By default, the script will process leads in batches of 300. If this is too many for your server's resources, use the option -- batch-limit=X replacing X with the a number of leads to process each batch.

image

You can also limit the number of leads to process per script execution using --max-leads to further limit resources used.

Campaigns

To keep campaigns updated with applicable leads:

image

php /path/to/mautic/app/console mautic:campaigns:update

image

image

By default, the script will process leads in batches of 300. If this is too many for your server's resources, use the option -- batch-limit=X replacing X with the a number of leads to process each batch.

image

You can also limit the number of leads to process per script execution using --max-leads to further limit resources used.

To execute campaigns events:

image

php /path/to/mautic/app/console mautic:campaigns:trigger

image

By default, the script will process events in batches of 100. If this is too many for your server's resources, use the option -

image

-batch-limit=X replacing X with the a number of events to process each batch.

image

You can also limit the number of leads to process per script execution using --max-events to further limit resources used.