[Dust x N8N]
Hi 👋
Goal: I’m trying to build an n8n workflow to call a specific Dust agent via webhooks, and integrate it into some interfaces for POC purposes
Specificity: This isn’t a one-shot interaction, it's a conversation with back-and-forth messages
Problem: The Dust community node in n8n doesn’t support conversational flows (multiple messages)
So I tried building it manually using HTTP nodes, one to create the conversation, another to send messages, and added some logic to route requests correctly. But it quickly gets messy.
-> Has anyone already done this and would be willing to share their workflow? Or maybe there’s a simpler way to do it?
Thanks 🙏