- 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 theresult_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.