Send user invitation email on signup without changing default email template/functionality in auth0

Hi Guys,

currently implemented:
I have implemented signUp/login functionality with Auth0,
workflow as: when user signup directly or by admin/SA then send welcome email template provided by Auth0 to user.

What I need to do using Auth0 is:
1- Create User
2- Send the user an ‘user invitation’ email so they can confirm their email address.
3- Giving them the option to set their own password, instead of me setting it in the creation process “step 1”.

Note:

  1. I want to send ‘user invitation’ email [which I have added in Auth0 Branding:-Email templates] when user created by admin/Super admin,
  2. If user directly signup then send Auth0 default welcome email .

I have already go through this: Send Email Invitations for Application Signup

What is the suggested way to handle email invitation?

thanks

2 Likes

Can someone help on this one?

Hi @attrirahul968,

Welcome to the Auth0 Community!

If you use the Management API to make accounts as an admin, you can make a custom script that will both, create the user and then send them the invitation email.

If you have any other questions feel free to ask.

Have a good one,
Vlad

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