searchMembers query using merge tag not working
Closed this issue · 1 comments
rodolphocaires commented
I'm trying to search members by a specific merge tag, but when I do, I returns no results. Code snippet below:
api.searchMembers({ query: 'PRET_ID:199' }, function (error, data) {
if (error) {
console.log(error.message);
return;
}
console.log(JSON.stringify(data));
});
rodolphocaires commented
Closed, since I figured out it's not supported by the Mailchimp itself