Onboarding Chatbot

Hello N8N Community,

There are several examples of chatbot where you ask a question, and you receive an answer. I’m trying to create a chatbot that basically asks the questions, and processes the onboarding of a users.

It’s basically a translation of an interactive form, where based on the answers, the chatbot asks different questions. The chatbot stores all the captured data.

I can’t seem to find a good example on how to build that. Can anyone please set me on my way?

Thanks in advance.

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:

Hey @Pixel,

Welcome to the community :tada:

I guess the first step would be to define the questions you want to ask and what data you need. Once you have this you can work on the prompting to get the information.

Personally I would be tempted to use the new multi page form feature we have, While having it as a chat is cool is there anything special gained from doing it that way?

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