Is there a Search Assistant in MailChimp v3?

I meant to use the MailChimp API and since v3 is out now I would like to use it. I see a search helper there like in v2 ( https://apidocs.mailchimp.com/api/2.0/helper/search-members.php ) and what is this endpoint for?

+3


source to share


3 answers


No, searching for members in this way is not supported in API 3.0.



+2


source


If you want to get one interesting member by email, you can use this endpoint: Instance List

Not sure if this is what you are looking for, but I also searched for a search helper to get one user-user via email.



"But hey, how does this happen, I don't have member IDs?"

Yes, if you have this member's email address, you can create an ID as well. It's just MD5 Hash with the lower version of that address.

+4


source


The V3 now has a search endpoint. I believe it was released after the original answer to this question:

http://developer.mailchimp.com/documentation/mailchimp/reference/search-members/

In case the link should change in the future, it can be found in the main V3 MailChimp API documentation under Search Members.

+2


source







All Articles