We are getting leads sent over from a third party vendor, I would like to put them on "marketing hold" if they are new to our database? Is there a way to determine this using filters? There doesn't seem to be a if "person is created today" option.
Solved! Go to Solution.
There doesn't seem to be a if "person is created today" option.
Of course there is (Person is Created [in time frame] = Today). But you don’t need that filter, because you want the people to be put on hold as soon as they’re created — which is always “today” if you use a trigger campaign!
In the trigger campaign, set a DateTime field Marketing Hold as of DT to {{system.datetime}}.
Then don’t send to anyone whose Marketing Hold as of DT is non-empty.
There doesn't seem to be a if "person is created today" option.
Of course there is (Person is Created [in time frame] = Today). But you don’t need that filter, because you want the people to be put on hold as soon as they’re created — which is always “today” if you use a trigger campaign!
In the trigger campaign, set a DateTime field Marketing Hold as of DT to {{system.datetime}}.
Then don’t send to anyone whose Marketing Hold as of DT is non-empty.