I’m looking into creating a hook for whmcs which registers a user with ee once they have registered for whmcs.
Does anyone have any idea how this can be done.
i’ve been looking at the method;
<?php
global $FNS;
$action_id = $FNS->fetch_action_id('Member', 'register_member');
?>But is there an api file i would include from ee?
Ive been looking through the api files but I couldnt see much.
thanks