Building n8n Workflow for Dust Agent Conversations
[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 š
