Importing/creating users and mailinglists automatically

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

amranu
Posts: 1
Joined: Mon May 16, 2011 4:57 pm

Importing/creating users and mailinglists automatically

Post by amranu »

I am currently working on setting up OpenEMM for a company. We run hundreds of sites, and so I have been writing a script that will import users everynight instead of having to add a form to each and every site.

Right now it appears to be quite simple to import users via MySQL through the customer_1_tbl and customer_1_binding_tbl however creating a mailinglist for each site does not seem to work through malinglist_tbl as it does not show up in the web interface.

Right now I'm simply throwing an id value per site and the site's name in the shortname field to try to create a mailinglist. Anything else necessary in order to make it viewable on the web interface?