After importing user from my legacy database how can I send well come email to all user

Hi @sumit1.sharma,

There is no bulk welcome email feature.

You can send verification emails from this endpoint:

You could temporarily customize this as a welcome email using email templates, as well as prompting users to verify their email:

Additionally, you could handle this logic directly with your email provider and bypass Auth0 entirely.

1 Like