For some reason, I just can't get the latest version of Hominid working with groupings in MailChimp.
Here is a snippet of what I'm doing:
info[:GROUPINGS] = { 'name' => 'Locations', 'groups' => 'SomeLocation' } mailchimp = Hominid::API.new(MAILCHIMP_API_KEY) list_id = mailchimp.find_list_id_by_name MAILCHIMP_LIST_NAME mailchimp.list_update_member(list_id, email_value, info)
I tried, it would seem, any combination of arrays and hashes to make groups work, but I keep getting variations of this error:
<270> "V" is not a valid Interest Grouping id for the list: Test List
Any help would be appreciated!
source share