Botpress
How to use values from the database in Botpress?
3 minutes read Sometimes, there might be a need to use some value from existing databases like Oracle, Postgres, etc. In this tutorial, we will see how to use values from an existing Oracle database and later use it in our Botpress bot. Let us create a simple bot that takes user id Read more…