Questions about the "Contact List"

I’m trying to understand where the Contact List on Wix comes from, and if I can export it somehow with code. I’ve looked in my database collections and see no database that matches up with the “Contact List”.

Can anyone explain to me a little about the Contact List, what it pulls from and how I can export it. I tried to export it with the GUI as well, but don’t see it as a drop down option as explained here - Exporting Your Contacts | Help Center | Wix.com

Thanks!

you can’t read from or export the contacts list with code.

as far as I know WIX bought the CRM off some other company and just integrated it into their platform.

Ah, that’s ashame. Do you have any ideas on how I could generate a table of data containing all the site members that I could use with code? Any workaround workflows?

Thanks

If you want to read member info what you end up having to do is create a database and every time you create a new contact you pass the same information the the database.

You can read from the database you create. Would be logical just to be able to read from WIX CRM but it is not possible, maybe in the future…