Hi guys i am using mailchimp 1.3 i used bactch subscription method but i face some problems by using this method the user subscribed in the list without group. But i want that the user subscribed with group the group name which i mentioned in my code (corporate). Here is my code
$batch[] = array('EMAIL'=>$email, 'FNAME'=>$f_name,'LNAME'=>$l_name,'MMERGE4'=>$phone, 'MMERGE5'=> $title, 'GROUPINGS'=>array(
array('name'=>'Members', 'groups'=>array('coporate'))
);
$vals = $api->listBatchSubscribe($list_id,$batch,$optin, $up_exist, $replace_int);
Thanks