SOLVED

How to Query System Lists

Go to solution
Anonymous
Not applicable

How to Query System Lists

Is there a way to query System Lists?

I am trying to set up a program that lets me know when a new lead is added to the "Possible Duplicates" list so I can address duplicates right away.

However, I can't find a way to trigger/query off of a System List.

1 ACCEPTED SOLUTION

Accepted Solutions
Pavel_Plachky
Level 5

Re: How to Query System Lists

You could create campaign with two triggers:

  • Lead is Created
  • Data Value Changes, Field Name = Email Address

and a criteria

  • Member of Smart List = Possible Duplicates

In flow steps you can send yourself an alert.

Best,

Pavel

View solution in original post

3 REPLIES 3
Frank_Breen2
Level 10

Re: How to Query System Lists

You could setup a Smart List and Subscribe to it with the field Duplicate Field in it, that would alert you to issues.

Screen Shot 2016-05-27 at 14.43.03.png

Fields for the others are:

No Acquisition Program = Acquisition Program is empty

Bounced Email Addresses = Email Bounced

Blacklist = Black Listed

Marketing Suspended = Marketing Suspended

Unsubscribed Leads = Unsubscribed

Pavel_Plachky
Level 5

Re: How to Query System Lists

You could create campaign with two triggers:

  • Lead is Created
  • Data Value Changes, Field Name = Email Address

and a criteria

  • Member of Smart List = Possible Duplicates

In flow steps you can send yourself an alert.

Best,

Pavel

Anonymous
Not applicable

Re: How to Query System Lists

That should work! Thanks.

I couldn't find a trigger for it so that's a nice workaround.