Registration - Call external API once a user is activated
I am looking to make a plugin that will make a call to an external api once a user has registered and been approved.
so for example the following api will be pulled.
http://bleh.com/inc_webrequest.aspx?em=<registeredEMAIL>&nm=<custo mfield>&no=<customfield2>&gn=< GROUPNAME>&requesttype=1;
what hook is best to use and how can i call the user info inc custom fields?
|