I have a zap that makes a new WooCommerce customer when someone signs up to our website popup. The zap is triggered by a new signup on the popup, then takes the email address to make a new customer in WooCommerce. We want the customer to be marked as User Subscribed when they are added to WooCommerce. We confirmed with MailChimp that the meta data required to be passed is key: mailchimp_woocommerce_is_subscribed and value:1 so we have that as our meta data.
When I make tests by signing up on our website and check the zap history, the output looks right, but when I check the customer in WooCommerce, the user subscribed box isn’t checked. Anyone have ideas on why it may not be working? screenshots below…