How can I integrate WhatsApp, Facebook, Telegram, and Twitter in n8n?

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.

1 Like

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.

1 Like

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