Trigger Verification Email based on roles

In my application, I have 2 roles.

  1. Client
  2. Coach

Is there a way to be able to send verification email only for “Coach” role?

Hi @harshpam1993,

Welcome to the Auth0 Community!

There is no built-in method for filtering verification emails by role, but you can set it up with if you manage your own email service.

For example:

You can disable verification emails following this: How can I disable Verification Mail from Auth0? - #3 by rueben.tiow

Then send your own custom verification emails from an Action by creating an email verification ticket and adding it to your own custom email. You will need to manage your own email service to send emails with this method.

Thank you for the response.

1 Like

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