You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a new user is created is it possible to fetch an endpoint for the newly created user? Essentially, I've got a feature built in my application that allows for users to place video calls from the app; you can purchase additional call minutes, but every user, when they're created, should automatically receive 5 free call minutes.
I can add call minutes from a custom endpoint that talks to Prisma and upserts a callMinutes record for the currently signed in user. Is it possible to hit this endpoint when a new user is created?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When a new user is created is it possible to fetch an endpoint for the newly created user? Essentially, I've got a feature built in my application that allows for users to place video calls from the app; you can purchase additional call minutes, but every user, when they're created, should automatically receive 5 free call minutes.
I can add call minutes from a custom endpoint that talks to Prisma and upserts a
callMinutes
record for the currently signed in user. Is it possible to hit this endpoint when a new user is created?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions