COLLECT DATA WITH CHABOT IA (LangChain)

I TRIED TO CREATE THE SERVICE CHATBOT, AND WHEN THE CUSTOMER WANTS TO BOOK AN APPOINTMENT, THEY WANTED TO COLLECT THEIR NAME, EMAIL AND PHONE DATA TO CONSULT A DATABASE, BUT I CAN’T DO IT, IS THERE A WAY TO DO THIS THROUGH N8N?

IT IS POSSIBLE WITH FLOWISE, BUT I CANNOT REPLICATE IT ON N8N

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @Ruan17, thank you for reaching out. Depending on the services you are using and where you want the data to go, you could look into using the Chat memory manager node to identify portions of the chat for parsing and extraction.

Thanks for the feedback friend. @Ludwig
But that’s not exactly what I need, let’s put a hypothetical scenario:
where I use the chatbot for a pizzeria, the customer asks about the prices of the products and the chatbot needs to search for the information and return the product and value and when the customer goes to purchase the pizza I will need to ask for the data (name, email, address) to send to my CRM. How can I do this? Is there an example I can help with?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.