I want to send OTP to the phone number to do the user authentication, how can I do that in kore?

I want to do user authentication through OTP. to do this we have to send the OTP to user’s phone numbers which service we can use in kore to send message to phone number?

1 Like

Hello Suraj,

Thank you for reaching out to Kore.ai Community.

Please note, you can achieve user authentication through OTP via Kore.ai by integrating with a third-party SMS service provider like Twilio.

For more information on Twilio and the integration., please refer to the below documentation.

This might be helpful you.

Thank you,
Srujan Madderla
Kore.ai Community Team

thanks for the reply i have integrated twilio verify service and trying to create a custom API call but getting error : {
“statusCode”: 400,
“body”: {
“code”: 21604,
“message”: “A ‘To’ phone number is required.”,
“more_info”: “The destination 'To' phone number is required to send an SMS | Twilio”,
“status”: 400
},

can you please share the API Body request