Skip to content

ContactManagemanycontacts :: properties not saved #30

Open
@visualight

Description

@visualight

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions