Hello everyone,
I'm working on a project where I need my Botpress bot to recognize returning users. The first time a user interacts with the bot, I can validate them through an API which checks against my own database to see if they are authorized to talk to the bot. How can I program the bot to remember that it has previously interacted with a certain user, so I don't have to run the validation API call again for that same user?
Thank you for your help!