Webhook event structure in GoTrue to fire off when user is created #12178
Unanswered
spencerbart
asked this question in
Feature Requests
Replies: 3 comments 1 reply
|
This could be used to send intro emails, create necessary data in the database for them, send an alert to our own internal team, etc. |
1 reply
Potential Event Types
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Idea
In Stripe you can setup a webhook URL where Stripe sends a message to that URL when any event happens.
Problem
There's not a lot of programmatic things you can do after a user is created (especially using providers). Using Postgres triggers are okay but aren't as flexible as they need to be.
Solution
It would be cool if we could pass in a webhook URL to GoTrue and GoTrue would fire off an event when a user is created.
All reactions