Start a new topic

Trigger an event on New User

I want to trigger a server side event when a new User is added. Should I be checking the "Before Save" to see if the doc has an _id to determine if this is a new user account?
1 Comment

Try "Before Save" with request.method == 'POST'.
Login or Signup to post a comment