Open
Description
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]);
Metadata
Metadata
Assignees
Labels
No labels