Teknikl Posted April 17, 2017 Share Posted April 17, 2017 Is there a way to extract that list easily or do I need to go into the DB? and where are they stored in the DB? I want to do a mailchimp campaign to all previous people who requested quotes through whmcs. Thanks! M 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted April 17, 2017 Share Posted April 17, 2017 Is there a way to extract that list easily or do I need to go into the DB? define "easily" ? I don't think they'll be a way to do it from the admin area out of the box - you could write a report to generate the output and then use that to export the list to a csv file, but I suspect if you knew the SQL it would be easier to query the DB directly. and where are they stored in the DB? I want to do a mailchimp campaign to all previous people who requested quotes through whmcs. if they've opened tickets, it would be in tbltickets... I would imagine if they weren't existing clients (or logged in as such) when they submitted the ticket, then the 'userid' value will be 0 (any other value and they're existing clients)... 0 Quote Link to comment Share on other sites More sharing options...
Teknikl Posted April 17, 2017 Author Share Posted April 17, 2017 Ah yes, tbltickets it is! I was on sheet 1/3 on the tables in phpmyadmin duhh. thanks! I exported from phpmyadmin as csv. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.