Disable the default email verification which send out by Auth0 during sign up

Hi Community,
Is there a way to disable the default verification email which is sent out by Auth0 during the sign-up process? Except for the solution which disables the email verification template because we do want to send out the verification email using the Management API.

1 Like

I’m interested in this as well.

I’d like be able to tell Auth0 to not send the Verification email on sign-up, but still be able to use the API to trigger that message at another time.

@lee.omara I fixed that by moving the email logic in in-house backend side and disabled the template. I had to use ticket API to generate the verification link.

1 Like