Send Workflow Email OTP
Workflows
Send Workflow Email OTP
Sends a one-time password via email to verify the user’s email address as part of the workflow. This is typically used during the EMAIL_CHECK verification process.
Use Cases
- Email verification during user onboarding
- Confirming a user’s email address before completing verification
- Adding an extra layer of authentication to the verification process
Notes
- The OTP code is valid for 10 minutes
- Maximum 5 OTP requests per email address per hour
- Email templates can be customized in the Urtentic Dashboard
POST
Send Workflow Email OTP
Path Parameters
Unique identifier of the workflow
Body
application/json
Request body containing the email address to send the OTP to.
The email address or identifier to send the OTP to. This should be the user's email address that will receive the verification code.
Example:
"user@example.com"
Response
204
OTP email sent successfully. No content is returned in the response body.