Title: Trigger user to be syncd
Last modified: August 30, 2016

---

# Trigger user to be syncd

 *  Resolved [ajfleming](https://wordpress.org/support/users/ajfleming/)
 * (@ajfleming)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/trigger-user-to-be-syncd/)
 * Is there a function I can call to trigger a user’s data to be syncd?
 * I have a form which save a usermeta value via `update_user_meta` but this does
   not seem to call any of the actions MailChimp Sync listens to to initiate a sync.
   I was wondering if I can trigger one myself when the form has been processed 
   successfully.
 * [https://wordpress.org/plugins/mailchimp-sync/](https://wordpress.org/plugins/mailchimp-sync/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Yamard](https://wordpress.org/support/users/yamard/)
 * (@yamard)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/trigger-user-to-be-syncd/#post-6672936)
 * Hi,
 * I just had this problem today, and found a solution by looking to the plugin 
   code.
    You can manually sync a user by calling “mailchimp_sync_update_subscriber”
   action :
 * `do_action('mailchimp_sync_update_subscriber', $user_id);`
 *  Thread Starter [ajfleming](https://wordpress.org/support/users/ajfleming/)
 * (@ajfleming)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/trigger-user-to-be-syncd/#post-6672954)
 * Perfect! Thanks for the tip Yamard.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Trigger user to be syncd’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/mailchimp-sync_cfeefa.svg)
 * [MC4WP: Mailchimp User Sync](https://wordpress.org/plugins/mailchimp-sync/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/mailchimp-sync/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/mailchimp-sync/)
 * [Active Topics](https://wordpress.org/support/plugin/mailchimp-sync/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/mailchimp-sync/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/mailchimp-sync/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ajfleming](https://wordpress.org/support/users/ajfleming/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/trigger-user-to-be-syncd/#post-6672954)
 * Status: resolved