• Resolved checksoverstripes

    (@checksoverstripes)


    Hi!

    I did all the plugin set up with the api key, api url and list id. However, when I make a test and register a user to wordpress, it doesnt show up on the list as a new user in activecampaign.

    any ideas or somebody can help me set it up? thanks!

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

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

    (@pravind)

    Hi @checksoverstripes
    Can you tell me what errors are you getting.

    Have you tried debug window?

    Plugin Contributor eppu

    (@eppu)

    Hi,

    First you need to create the list in the ActiveCampaign for auto sync to work.

    Also if you don’t have auto sync on you have to add little bit of code to you child theme to get new users to show up in AC.

    This also needs the list to be created in AC first.

    Here is the example.

    function custom_new_user_function ( $user_id ) {
    do_action( ‘rusac_add_new_address’ , $user_id );
    }
    add_action( ‘user_register’, ‘custom_new_user_function’ );

    Plugin Author Pravin Durugkar

    (@pravind)

    hi @checksoverstripes
    Is you problem resolved now?

    @eppu
    Thank you for nice explanation.

    Please do not forget to rate this plugin if you find it useful.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Contacts not being added to Active Campaign’ is closed to new replies.