api-documentation
api-documentation copied to clipboard
ContactManagemanycontacts :: properties not saved
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]);
Hello! Did you find an answer about your problem?
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.