I suggest standardizing all Contacts API interactions across this module and its plugins by using the ContactsApiClientHelper class as the default helper. Currently, there is a lack of consistency; for instance, BrevoListsSubscriber and the CreateContactQueue worker handle contact creation using different logic.
To ensure the helper can support all necessary data, we should also expand the arguments for the createContact and updateContact functions. Specifically, these functions should be updated to accept contact attributes and the updateEnabled parameter.
Issue fork brevo-3588474
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
kensae commentedComment #4
renrhafComment #5
kensae commentedComment #7
renrhafComment #9
anybodyGREAT work once again @renrhaf!! Thank you so much!