getting notified every-time a new registration is being made

do we have any inbuilt feature for getting notified whenever a user makes registration ??

Hello,

No, there’s no such feature.
What could be similar is the Registration Callback (you can find it on console in the Users -> Registration tab): you can specify a URL to which a POST request will be made on user’s registration.

Alternatively, you can add a afterRegister event handler (server-code) and handle additional logic there.

Regards,
Mark