• Resolved artmerk

    (@artmerk)


    I run this simple code to test this action:

    
    $user_id = 576;  
    do_action( 'mailchimp_sync_unsubscribe_user', $user_id );  
    

    When I run it, the debug log shows:
    [2017-10-13 08:37:24] INFO: User Sync > Successfully unsubscribed user 576

    So that looks good… But when I look at my MailChimp list, that user is still on the list.

    Similarly, this does not work either:

    
    $user_id = 576;  
    do_action( 'mailchimp_sync_update_subscriber', $user_id );  
    

    I get confirmation in the debug log:
    [2017-10-13 09:49:59] INFO: User Sync > Successfully subscribed or updated user 576
    But the user info is NOT updated in MailChimp

    These actions should work??

    • This topic was modified 7 years, 1 month ago by artmerk.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘mailchimp_sync_unsubscribe_user not working’ is closed to new replies.