Is it possible to build a conversational chatbot that gathers data from my ERP system? #4159
Unanswered
asadsikander
asked this question in
Q&A
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
What nodes or integrations would be best for connecting to an ERP database?
Any recommendations for authentication and secure data retrieval?
Beta Was this translation helpful? Give feedback.
All reactions