I don't get any result from Search Campaigns in Mailchimp (need example to build the query)

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.

Welcome to the Make community!

Could you please share screenshots of the module fields and/or filters in question? It would really help other community members to see what you’re looking at.

You can also export the blueprint file to allow others to replicate the issue. At the bottom of the scenario editor, you can click on the three dots to find the Export Blueprint menu item.

Screenshot_2023-08-24_230826

Uploading it here will look like this:

blueprint.json (12.3 KB)

2 Likes