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.
Documentation Index
Fetch the complete documentation index at: https://docs.urtentic.com/llms.txt
Use this file to discover all available pages before exploring further.
Unique identifier of the workflow
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.
"user@example.com"
OTP email sent successfully. No content is returned in the response body.