Link for each candidate

I have details of all the candidates in the database and now i want to use chatbot to collect rating which user want to provide. Now i want to collect rating from the candidate and need to insert in db without asking candidate details as already i have them. Can anyone help me…

Is anyway to create specific links to each candidate and use webhook at last

Hi @boddulurigowtham,

As I see through the use-case, you should have REST API’s generated to access your DB.
In Kore platform, you can use of service node to update the rating against each student’s data by making a PUT call.

Please refer the following link to understand more about Service node:
https://developer.kore.ai/docs/bots/bot-builder-tool/dialog-task/working-with-the-service-node/

Regards,
Yoga Ramya.