Chatbot at defined times - mongoDB

Hello, I hope the community is very well. 1.- how can I read data from a database 2.- Can I make my chatbot at defined times able to perform more actions than at other times?

Thank you very much for your time and GREETINGS!

Hi @Candia,

(1) We have an experimental feature called KnowledgeBaseActions that allows you to read external data from a database. See the documentation here. Other than that you can also simply use a custom action to read data from a database. What are you trying to do?

(2) By default all actions are available at all times. However, I guess you can build a custom action that response with “currently not available” if it should not be available at this particular time. What kind of use case do you have in mind?