password reset for some other website

how can we change/reset password for any website using kore.ai

@renisweta1094
If the APIs for the website you were referring to have been exposed publicly to the developers, then using the service node of dialog, the password reset can be achieved by the developer at a chatbot.

Okay, and if i have access to the APIs then what steps am i supposed to following?

Can you send me the details required to fulfill the requirement?

Hi @renisweta1094
I am using “forgot password” at login page of Kore.ai builder tool as an example to demonstrate the password reset functionality from chat bot. Please refer to the below snips:

Reset password dialog which collects email id of the user and passes the same service endpoint :

image

Service node configured to send needed information to the endpoint to reset password

image

Debug console on builder tool showing the service execution is successful:

image

Snapshot of reset password email:

image