As part of our onboarding flow we create new users manually via the Auth0 UI(via User Management > Users > Create User). I would like to add a an action that is triggered by the pre-user-registration flow to store the auth0 user id in our DB(like this use case in the docs).
Will actions in the pre-user-registration flow be triggered for users created via the Auth0 UI?