We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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]);
The text was updated successfully, but these errors were encountered:
Hello! Did you find an answer about your problem?
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: