SOLVED

Re: automatically remove a person from a list

Go to solution
Michelle_Tizian
Level 10

automatically remove a person from a list

If you have 2 lists, list A and list B and the leads can only be in one list
How do you create a campaign that will automatically remove someone from list A if they are added to list B.
And then automatically remove someone from list B if they want to be on list A and they prefer to be on list A.  
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: automatically remove a person from a list

You can use 2 different Triggered smart campaigns 

smart campaign  A
Trigger: Added to list A
Flow: Remove from list B


smart campaign B
Trigger: Added to list B
Flow: Remove from list A

Will that sufice your requirements?

Hope this helps

Rajesh

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Re: automatically remove a person from a list

You can use 2 different Triggered smart campaigns 

smart campaign  A
Trigger: Added to list A
Flow: Remove from list B


smart campaign B
Trigger: Added to list B
Flow: Remove from list A

Will that sufice your requirements?

Hope this helps

Rajesh

Anonymous
Not applicable

Re: automatically remove a person from a list

Segmentations are perfect for this, by the way. They are guaranteed to be exclusive, so people won't be in both. Might be worth checking out.
Michelle_Tizian
Level 10

Re: automatically remove a person from a list

Thanks Raj, that's what I'm looking for!