hugofirth / laravel-mailchimp

A composer package for the MailChimp API PHP class (as provided by MailChimp) which supports the Laravel 4 framework.
96 stars 27 forks source link

Subscribe to group not working. #14

Closed n3rotech closed 10 years ago

n3rotech commented 10 years ago

i have list a list "22ea573b49" with group name Newsletter and 3 childs group name is Newsletter1,Newsletter2,Newsletter3. Then in my code like this:

MailchimpWrapper::lists()->subscribe('22ea573b49', array('email' => $userdata['signupemail']), array('groupings' => array('name' => 'Newsletter', 'groups' => array("Newsletter1","Newsletter3"))));

i have tried that to subscribe to group but it only subscribe to the list not to group Newsletter1 and Newsletter3

any idea what im must to do?