Using the PRO plugin, you can very easily capture a newly registered user on your site and send their details to any API you like.
This feature uses the default WordPress hook – user_register
– which makes this feature available to every plugin or theme that uses the standard WordPress registration method, which should be 99% of them. Even if your plugin or theme uses a custom looking registration form, or even social login/registration, chances are they are using this default WordPress registration hook.
It also obviously works for the default WordPress registration page located at www.yoursite.com/wp-login.php?action=register
How to use it
This is as simple as setting an attribute within your endpoint settings page and then using Tokens to grab the email and username fields, or to grab any custom fields that have been added to your registration form.
Let’s look at how to set it up: