Shopify with MailChimp

Rayhan100
New Member
1 0 0

If someone creates an account in Shopifa Store, how can I get that information in automatic MailChimp?

Replies 3 (3)
channelup
Shopify Partner
722 38 151

Hi

Mailchimp recommends using ShopSync to connect your Mailchimp account with Shopify: https://apps.shopify.com/shopsync-2

Regards

Tom

Bundleup - bundle your products and unbundle your orders.
MYOB Sync - connect your MYOB account to sync orders, customers, payments and inventory.
Get in touch with our team here.
LukaszWiktor
Shopify Partner
310 24 115

You can use ShopSync to integrate Shopify with Mailchimp. It's a free app. However, it only syncs customers who opted in to receive marketing emails. The account registration form creates customers that are not subscribed to marketing emails. You'll need to edit the account registration page (customers/register.liquid), and add an opt-in checkbox.

 

<div>
    <input type="checkbox" name="customer[accepts_marketing]" id="AcceptsMarketing">
    <label for="AcceptsMarketing">Email me with news and offers</label>
</div>

 

LukaszWiktor_0-1635171436561.png

I'm a software engineer. I make things happen automatically.
Check out my apps Exporteo, Fulfilleo, Stockeo, and Personal Discount.
LukaszWiktor
Shopify Partner
310 24 115

ShopSync got acquired by Mailchimp, and it's now the official integration with Shopify. 

https://mailchimp.com/mailchimp-and-shopify-launch-direct-integration/

I'm a software engineer. I make things happen automatically.
Check out my apps Exporteo, Fulfilleo, Stockeo, and Personal Discount.