Re: Listing Unsubscribed Leads

Anonymous
Not applicable
Hello,

 I am new to the Marketo API, but I have created a couple of test clients in C#, one using SOAP object abstraction and the other using raw SOAP XML.   These will provide a good framework to build upon.

 Is there a way to automate the extraction of all leads that have unsubscribed?
 
 I am investigating getLeadChanges but I do not think this wlll work.

 Thanks

 Stephen

Tags (1)
2 REPLIES 2
Anonymous
Not applicable
Thanks !

I used your idea and am processing unubscribes.

 Stephen

Kenny_Elkington
Marketo Employee
Hey Stephen,

What I would do for this case is create a static list in you Lead Database then add all of your unsubscribed leads to this list.  Then create a trigger campaign with 'Data Value Changes, Unsubscribed, New Value is True' then Add to List in the flow.  You can then use the staticListSelector with getMultipleLeads to pull the leads who have unsubscribed.