I need to create a chatbot that answers all my users’ questions.
Do you recommend doing everything in a single workflow?
Or do you recommend creating a separate workflow for WhatsApp, another for Telegram, and so on?
I need to create a chatbot that answers all my users’ questions.
Do you recommend doing everything in a single workflow?
Or do you recommend creating a separate workflow for WhatsApp, another for Telegram, and so on?
Hello,
Will the workflow be triggered by receiving messages from WhatsApp, Telegram, and Twitter? If so, I believe you’ll need a separate workflow for each platform.
However, these workflows can call a second workflow or sub-workflow that contains the logic for replying to messages.
This way, you don’t have to maintain the same logic across multiple workflows.
I hope I understood your question correctly.
Thank you very much, I’m new to n8n and the solution of making an independent flow for each platform worked for me and is the best option.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.