APIv3-php-library icon indicating copy to clipboard operation
APIv3-php-library copied to clipboard

Create Or Update Contact with unlinkListIds

Open ybert opened this issue 1 year ago • 1 comments

When we create or update a contact we love to use the updateUnabled option to don't care if the contact is already in sendinblue and just synchronize it.

The issue here is the Create Contact API allows to pass the unlinkListIds field and manage it (even if it's not documented) but the PHP SDK doesnt. It could be great to allow this in the PHP SDK.

If we can't pass this field we have to make a second call on the API to update the unlinkListIds field after the Create or Update call.

ybert avatar Mar 02 '23 11:03 ybert