In the documentation on the subject there is an example of creating a list $ result = $ uni-> createList (Array ("title" => "OurNewList")); I set up my own - it works. This means that the connection is configured correctly. But, to create a user in the list (subscriber), I cannot form the code correctly. No errors are issued but the user is not created. I tried a bunch of options. Extreme such

$fields['phone']='+380123456789'; $fields['Name']='UserName'; $fields['email']='test@example.com'; $result=$uni->subscribe(Array('list_ids=123456',"fields"=>$fields)); 

There are no errors and there is no subscriber either. Tell me the right option. The documentation https://www.unisender.com/ru/support/api/contacts/ ... seems to have spelled out what and how, but it doesn’t work out for me - something with signs, brackets most likely. Through the https request - the subscriber is added.

    0