Trigger event after admin user registration

System Information
  • Strapi Version: 4.14.4
  • Operating System: Ubuntu
  • Database: Postgres
  • Node Version: 18.13.0
  • NPM Version: 7
  • Yarn Version: 2.1

Hello, I am trying to figure out how I can trigger an event when an admin user completes their registration.

When in the Strapi admin panel I can invite a user to become an admin, we do this within the settings which creates an invite URL. I will then send this to the target user who completes the signup on their side. What I want to do, is when they complete the sign up form, to trigger an event that will inform my own API they have completed the registration. I can then use this event to send out a welcome email pack or other post setup tasks on my API.

Is this possible? I’ve had a look at webhooks and lifecycle methods but I am not sure they trigger for when the user has completed their signup using the provided link.

Any help would be much appreciated.