Is is possible to search for members in a MailChimp list by merge field
using the MailChimp API v3.0?
The documentation for the Search Members endpoint links to a separate page, Search for Campaigns and Contacts in Your Account, which details how to manually search using the GUI, but mentions that the keyword search can include merge fields in the format merge3:keyword
, so it looks like it should be possible.
However, in both the GUI and using the MailChimp API php wrapper, I get no results - the GUI returns the error Invalid search request, try again
, while the php API returns an empty array with nothing in getLastError()
or getLastResponse()
.
Searching using a subscriber's name or email address does, however, work as expected.