Describe the problem/error/question
I am curious whether the following use-case can be managed via n8n please.
I am using Evolution API for managing my WhatsApp chats in Chatwoot. This works great for one-on-one conversations, but EvoAPI is notoriously bad when it comes to managing group chats, which is not something the devs can fix easily.
I am now trying to replace EvoAPI with n8n and have the following use case:
- Listen to all WA messages of a specific phone number
- when new message arrives, trigger a workflow to forward the message to a specific Chatwoot Inbox
- when a reply is issued in Chatwoot, trigger a flow with n8n and post the message back to the relevant group chat in WA
I am running a self-hosted version of n8n and found a community node that handles the various Chatwoot APIs needed for authentication (GitHub - devlikeapro/n8n-nodes-chatwoot: n8n node for ChatWoot API) , but would need some idea on whether the above is possible and most importantly stable?
Appreciate any feedback on this, apologies if this is not the right forum, please let me know if I need to post this elsewhere.
Thank you!