Connecting MailChimp using Wix Code

Is there a simple way to connect MailChimp to my Wix site? Right now I’m manually entering contacts and subscribers to my site into MailChimp, and that’s not sustainable. Does anyone know of a webhook or html embed code I could use to automatically add subscribers to my MailChimp list? Thanks.

Hi,
You can export your contacts as explained here and import the information into a database collection .
Moreover, you can find more information about our Data Hook feature here .

Should the issue persists, please clarify what is the full scenario.

Thanks,
Tal.

Hi Sterling -

Here is some WixCode that may be of help in the future to connect say a “Signup for Newsletter” section to automatically add a new subscriber to a MailChimp List via the MailChimp API. Note, you must first obtain a MailChimp API-Key and a MailChimp LIST ID.

The Wix Code solution is actually in another WIX Forum post (there may be other better solutions, but this is one option): https://www.wix.com/code/home/forum/questions-answers/connecting-wix-to-mailchimp (look at 11th comment)

Here are screenshots walking you through where to get the MailChimp API Key and the MailChimp LIST ID you will need when using the Wix Code solution provided in the link above:

TO GET API KEY:

TO GET LIST ID:

Hope this helps,
Nick