Skip to main content
The has several email-related endpoints which you can use to augment the standard email workflows. For example, you can:
  • Send some email types (like MFA enrollment emails) on demand
  • Create tickets, which are generated URLs for email workflow actions (like password resets), on demand
  • Customize the behavior of tickets, like setting different Return To URLs for verification emails or configuring password reset tickets to verify the user’s email address.

Verification email endpoints

Outside of the email verification workflow, you can use the Send an email address verification email endpoint to send these emails on demand. Additionally, you can use the Create an email verification ticket endpoint to generate email verification tickets.

Password change endpoints

Outside of the change password link workflow, you can use the Create a password change ticket endpoint to generate password change tickets. The change password link template has a Redirect To field which supports variables, like the user’s ID. For more granular control, you can email the user a password reset ticket that you generate using this endpoint and set the result_url based your own criteria. This endpoint also lets you customize whether to verify the user’s email or include the email address as part of the return_url.

MFA enrollment endpoints

Outside of the MFA enrollment workflow, you can use the Create a multi-factor authentication enrollment ticket endpoint to generate MFA enrollment tickets and optionally send an email with the created ticket. When using Universal Login, this endpoint also lets you specify which factor the user must enroll with and whether a user already enrolled with MFA can enroll with additional factors.