The documentation states you shoud use update contact (\Brevo\Client\Model\UpdateContact) with an identifier (email) and attributes, however the code only excepts the attributes array and there doesn't seem to be any other way to set the identifier.
I have worked around this by using createContact with updateEnabled set to true, but this is confusing.
The documentation states you shoud use update contact (\Brevo\Client\Model\UpdateContact) with an identifier (email) and attributes, however the code only excepts the attributes array and there doesn't seem to be any other way to set the identifier.
I have worked around this by using createContact with updateEnabled set to true, but this is confusing.