I want to find the campaigns for a person in Mailchimp based on his email address. I found out that I can’t search direct but first need to find the lists a user is in. With a list_id I should be able to find all campaigns for that list.
But whatever I try to define in the (required) search field, I always get 0 bundles in return. Examples I tried:
list_id=abc123
list_id=‘abc123’
‘list_id’=‘abc123’ (and also with double quotes ")
and using : instead of =
I also tried to find via Status=Find but no results either…
In my test environment there is only one campaign but even that one cannot be found.
Hope someone can share some working examples for the search (like list Id and date-range) as I read somewhere the query accepts more complex structures using AND and OR.
Thanks for taking the time to respond.