How to send parameter from Bot Platform to BotKit

Hi Team,

I want to send dateFrom Param to BotKit from Bot platform. How can I do that? So that, in BotKit, I will fetch the required history from API and log the details.

Hi @praful_dhone,

We can achieve this from Botkit but before that can you let me know from which node you want to send the date parameter?
According to my understanding you could possibly store the timestamp and user id to a data table before the agent transfer and call the data table api to get the time stamp and then call gethistory public api that can make use of start and end time.

share your use case, we can understand more deeply.

Regards,
Sunil Kumar.J

Thank you Sunil for the reply. We achieved it using BotUserSession map. And we are able to read this in BotKit,