Enum EmailTemplateName
- Namespace
- Auth0.ManagementApi.Models
- Assembly
- Auth0.ManagementApi.dll
The names of the different email templates which you can manage.
public enum EmailTemplateName
Fields
[EnumMember(Value = "blocked_account")] BlockedAccount = 3
This email will be sent whenever a user is blocked due to suspicious login attempts.
[EnumMember(Value = "change_password")] ChangePassword = 6
This email will be sent whenever a user requests a password change.
[EnumMember(Value = "enrollment_email")] EnrollmentEmail = 5
This email will be sent when an admin sends a guardian enrollment email.
[EnumMember(Value = "mfa_oob_code")] MfaOobCode = 8
This email will provide the MFA verification code to a user that is using a MFA email verifier.
[EnumMember(Value = "password_reset")] PasswordReset = 7
This email will be sent whenever a user requests a password reset.
[EnumMember(Value = "reset_email")] ResetEmail = 1
[EnumMember(Value = "stolen_credentials")] StolenCredentials = 4
This email will be sent whenever Auth0 detects that the user is trying to access the application using a password that has been leaked by a third party.
[EnumMember(Value = "verify_email")] VerifyEmail = 0
This email will be sent whenever a user signs up or logs in for the first time.
[EnumMember(Value = "welcome_email")] WelcomeEmail = 2
This email will be sent once the user verifies their email address.