User Sync
-
Hi
We have been using Mailchimp in the past for our Woocommerce setup. Today I have almost completed the migration to SendInBlue though. There is a custom field on our registration pages that we wanted to save to our our contact’s attributes in Mailchimp. Unfortunately the Mailchimp woocommerce plugin doesn’t support any custom attribute syncing out of the box, I had to bind a filter hook in the editor so basically something like below:
add_filter( ‘mailchimp_sync_user_data’, function( $data, $user )……
}, 10, 2 );Now I am facing the same issue after migration. Whats’ the equivalent filter I could use for this plugin since I have tried using the “Enable Match Attribute” but the custom field is not listed in the drop down. This custom field is very important for us to make decisions for promo emails. So any help would be great. Thank you!
- The topic ‘User Sync’ is closed to new replies.