api-documentation icon indicating copy to clipboard operation
api-documentation copied to clipboard

ContactManagemanycontacts :: properties not saved

Open visualight opened this issue 4 years ago • 2 comments

Hello, I noticed that for several weeks the properties are no longer saved on mailJet with the API V3.

Everything worked well before. What is happening ?

//Save user To Mailjet
$referrer = 'test.com';
       $body = [
           'Contacts' => [
               [
                   'Email' => $data['email'],
                   'IsExcludedFromCampaigns' => false,
                   'Properties' => [
                       'Achat' => 'non',
                       'Referrer' => $referrer
                   ]
               ]
           ],
           'ContactsLists' => [
               [
                   'listID' => '7489',
                   'action' => 'addnoforce'
               ]
           ]
       ];

      $this->mj->post(Resources::$ContactManagemanycontacts, ['body' => $body]);

visualight avatar Apr 30 '20 10:04 visualight

Hello! Did you find an answer about your problem?

creative-eye-studio avatar Feb 20 '23 14:02 creative-eye-studio

Never

Le 20 févr. 2023 à 15:06, creative-eye-studio @.***> a écrit :

Hello! Did you find an answer about your problem?

— Reply to this email directly, view it on GitHub https://github.com/mailjet/api-documentation/issues/30#issuecomment-1437076595, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2ME4Z5GXIL3EFP5ZU47QTWYN26PANCNFSM4MVL3VQA. You are receiving this because you authored the thread.

visualight avatar Feb 20 '23 14:02 visualight