• Resolved ali.dolphin

    (@alidolphin)


    Hi

    I have been looking at the functions within Zapier to connect Mailchimp.

    At the moment users sign up and are automatically added to Mailchimp. We want them only added to Mailchimp once approved.

    I can only see a few fields within the Zapier Connection and cannot sync all users fields.

    Is this possible.

    Thanks

    Ali

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @alidolphin,

    Thanks?for contacting us,

    I hope you are doing well, We have to check this and we will keep you updated on this.

    Thanks & Regards

    WP Experts Support Team

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @alidolphin,

    Please use this updated free version of the New User Approve plugin and then paste the following snippet into the functions.php file and add their desired data fields that you want to get in Zapier.

    Here is the updated plugin: Download Plugin.

    Here is the code snippet:

    add_filter('nua_zapier_data_fields',function($data,$user){
        $new_data = array(
            'field_name-1'                =>  'value-1',
            'field_name-2'                =>  'value-2',
            'field_name-3'                =>  'value-3'
        );
    
        array_push($data,$new_data);
    return $data;
    },10,2);

    Note: we will release this update in our upcoming version.

    Let us know if you still have any issues.

    Thank you

    Thread Starter ali.dolphin

    (@alidolphin)

    Hi

    Thanks for your response on this.

    I have added the code snippet to the functions.php script but it appears to be incorrect or not working.

    https://snipboard.io/F70iXQ.jpg

    https://snipboard.io/S8rach.jpg

    Am I doing anything wrong?

    Thanks

    Ali

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @alidolphin,

    Make sure you have deactivated and deleted the previous version and download the updated version of our plugin as we provided.

    If you have not updated the plugin on your site so please update the plugin.

    Here is the updated plugin: Download Plugin.

    Thank you

    Thread Starter ali.dolphin

    (@alidolphin)

    Hi

    Thanks for coming back to me, I have deactivated the Premium Version on the site and added your latest version.

    Still the fields are not showing in the Zapier.

    Can you confirm what the field value and field name should be entered – is the merge field in Mailchimp and Field Value in WordPress?

    https://snipboard.io/N95Rjf.jpg

    Thanks

    Ali

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @alidolphin,

    To escalate your case, please create a ticket on our official website so that we can connect you directly with our Technical team.

    Looking forward to getting your issue resolved.

    Thank you

    Thread Starter ali.dolphin

    (@alidolphin)

    Thanks. That’s been issued.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Sync Status – between Pending and Approved’ is closed to new replies.