Hi, I suppose you should go on something like this. But did not try.

From what I see in the ClcikSend doc:

  • You use the Verify Own Number OTP call
  • Response is success and response’s status is “APPROVED” you can go on
  • Response is success and response’s status is not “APPROVED” and remaining_attempts > 0, then try again
  • Response is success and response’s status is not “APPROVED” and remaining_attempts is 0, then you ve got to generate another code
  • Response is not success, try again later

It seems that ClickSend handles the expiry part with updating the status (but a test in real condition is necessary to be sure of that)

User login:

  • use the assign temp password + login with user’s email and result of step assign temp passowrd (make sure that in setting > general: redirect users who haven’t change their password is empty)
  • trigger this custom workflow only if the result of the step Verify Own Number OTP’s status is “APPROVED”
  • and add a Go To Page action to redirect to his account
1 Like