Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ContactManagemanycontacts :: properties not saved #30

Open
visualight opened this issue Apr 30, 2020 · 2 comments
Open

ContactManagemanycontacts :: properties not saved #30

visualight opened this issue Apr 30, 2020 · 2 comments

Comments

@visualight
Copy link

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]);
@creative-eye-studio
Copy link

Hello!
Did you find an answer about your problem?

@visualight
Copy link
Author

visualight commented Feb 20, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants