Welcome email with passwordless login

Hi,

I have implemented a login page where the the user can choose between signup with google, or using passwordless login where they are sent a code. I also turned on welcome emails. When the user signs in with google for the first time, the welcome email is sent. When they signup using passwordless, they get the magic code, but no welcome email. The welcome email is important as we plan to use that to send important information to the user. Is it possible to get the welcome email to send on passwordless connections as well?

Thanks

Hi @pinecone,

Welcome to the Auth0 Community!

It looks like Passwordless users skip the welcome email, and I can’t find a way around that. If you would like, you can create a Feature Request for that.

In the mean time, you can set up a rule or action that sends a welcome email to all users. Here is an example rule:

Understood, thanks for the help. Rules should be able to achieve the functionality we want, even if its a touch more work. Thanks!

1 Like

Glad that solved it. Thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.