So I am new to auth0 and I am trying to create a post-registration action to take the auth0ID and put it into my own database using Prisma. How would I do this as I can’t put it in the .events.
Would I not use actions, but use something else to handle this?
Are you utilizing social connections (Google, Facebook, etc.) at all? As a heads up, Post User Registration Actions only trigger for Database and Passwordless connections.
The following thread may be helpful in understanding how to go about calling your own API:
Axios is a common library used to achieve this from within Actions.