Put or Patch none of them working
Hi I tried to update details of already subscribed user but none of them working, I tried everything using put | patch but it seems it not updating anything.
I can assure you this is due to an issue with the data itself, I use this method all the time and it works like a charm.
Show an example of the request and response and I'd be able to help more...but I don't think this is an issue with this repo.
$MailChimp = new MailChimp($apikey); if($json['title'] == "Member Exists"){ // Already subscribed updating current info $subscriber_hash = $MailChimp->subscriberHash($_POST['COMPANYEMAIL']); $list_id = $config['listId']; $result = $MailChimp->patch("lists/$list_id/members/$subscriber_hash", [ 'merge_fields' => $postData, ]); }
@tspesh did u checked? bec i really need help with this i was doing everything i couldn't couldn't figured it out