I have a smartlist that I created to include leads with a field selected as “Yes”. If a lead then changes that field to “No”, how do I automate removing them from the smartlist? Here is the use case:
Field title: Is a trainer
Field type: Boolean
Smartlist Filter: add to smartlist if “Is a trainer” = yes
Change lead from Yes to No and they are still in the list.
I have a smartlist that I created to include leads with a field selected as “Yes”. If a lead then changes that field to “No”, how do I automate removing them from the smartlist? Here is the use case:
Field title: Is a trainer
Field type: Boolean
Smartlist Filter: add to smartlist if “Is a trainer” = yes
Change lead from Yes to No and they are still in the list.
That is what app/console mautic:leadlists:update
command should do. Make sure your cron is configurated correctly app/console mautic:leadlists:update .
I forgot to mention that I am using the hosted version. So, the Cron should already be there.