Need to find hook for 'after member added to ExpressionEngine'

Discussion in 'Integration' started by edusites, Oct 24, 2014.

  1. edusites

    edusites Member

    Joined:
    Aug 9, 2009
    Messages:
    54
    I need to find a hook to catch the moment after a user signs up and has their payment/invoice manually added, the ExpressionEngine plugin then adds the new user to the EE member table.

    But I can't seem to find one that fires after this event.

    It has to be after this event as I need to use the new EE member id, which only gets created when the user is added to exp_members.

    I have tried the following hooks:
    Am_Event::pAYMENT_AFTER_INSERT
    Am_Event::SUBSCRIPTION_ADDED

    but the new member has not been added to EE when these get fired.

Share This Page