Webhook on user creation using social logins
-
Hey guys.
We are trying to send a welcome email when the user first registers to our application.
But when users login using social providers (ex: facebook), we cannot see "user.create.registration" webhook fire.Is there a better way of doing this??
-
This should work. (For example, 1.20.1 fixed an issue with the twitter api not firing: https://github.com/FusionAuth/fusionauth-issues/issues/937 and I'd expect Facebook to work as well.)
Can you please share more details about your configuration?
- what version of FusionAuth are you running
- how did you set up your webhooks?
- does the 'send test webhook' work?
- do any webhooks fire for any events at all?
- does any social login fire the
user.create.registration
webhook?