Authentication using OTP

Is there any way to authenticate a user using OTP in Kore.ai?If yes,please help on which services can be used to achieve the same.

You can use async webhook node in a dialog to accomplish this. Once the webhook is triggered, the bot will put the conversation on hold, your application can then send an SMS/link for OTP and once the OTP is validated, you can invoke the bot to resume conversation.

@prasanna Can you explain the procedure in detail so that I can implement it?