• Resolved zebrastribe2

    (@zebrastribe2)


    Hi
    I want to hear if the plugin can tigger a sync with ActiveCampaign when a the wp user change their information for exemple email?

    Also it is only if the wordpress user and the ActiveCampaign users email are the same and is on the AC list – the sync will be done, right?

Viewing 1 replies (of 1 total)
  • Plugin Author Pravin Durugkar

    (@pravind)

    The sync will be done if the user is present in the wordpress site, need not necessarily present on AC list.
    It will create new AC contact in the list.

    If you want change the information on profile update generally plugin handles this, but if you have written custom codes to update user information then you can trigger extra action rusac_edit_address.

    for ex. <?php do_action( ‘rusac_edit_address’ , $user_id ); ?>

    Thank you please do not forget to rate this plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Update user email’ is closed to new replies.