Is it possible to build a conversational chatbot that gathers data from my ERP system? #4159
-
I’m working on building a conversational AI chatbot in Flowise and would like it to fetch real-time data from my ERP system (e.g., Application status , deadlines, customer details). Is this possible within Flowise? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If you using an agent flow, you might want to look at setting up a tool: https://docs.flowiseai.com/integrations/langchain/tools/custom-tool If you are looking to call an API via chatflow, you might want to checkout the custom JS function route: https://docs.flowiseai.com/integrations/utilities/custom-js-function |
Beta Was this translation helpful? Give feedback.
If you using an agent flow, you might want to look at setting up a tool: https://docs.flowiseai.com/integrations/langchain/tools/custom-tool
If you are looking to call an API via chatflow, you might want to checkout the custom JS function route: https://docs.flowiseai.com/integrations/utilities/custom-js-function