Kieron Garvey
Member
I was looking at the API example and i see i can create customers easy enough but i wish to add them to a certain group once created. Can this be done?? If so how do i do it??
Would it be as easy as the running the following SQL statement after the account has been created
UPDATE `myonline_mailwizz`.`mw_customer` SET `group_id` = '4' WHERE `mw_customer`.`email` =NEW_CUSTOMERS_EMAIL;
Would it be as easy as the running the following SQL statement after the account has been created
UPDATE `myonline_mailwizz`.`mw_customer` SET `group_id` = '4' WHERE `mw_customer`.`email` =NEW_CUSTOMERS_EMAIL;
Last edited: