I am using the botkit on webhook method. I am able to get the control from bot to botkit. But I am unable to send back the response to the bot.
I have used sdk.respondtohook in botkit to send back the response to the bot.
Is this the correct way? or I am I using wrong logic.