Comment to 'Mailchimp Integrations'
  • Hi @LeonidS : I want to add 'gender' and 'birthday' fields to the $aMarkers array of the _prepareUser() method of the BxMailchimpModule class. The problem is that BxDolProfiles->getInfo() returns the date from sys_profiles table which does not include the 'gender' or 'birthday' fields.

    What is the right method to extract 'gender' and 'birthday' data from the persons_data table so that I can add them to the array pushed to mailchimp?