Hey everyone!
I'm exploring integration possibilities between n8n workflows and a frontend built with bolt.diy platform. Specifically, I'm interested in how to set up automated data transfer between these systems. For example, I'd like to create a process where user actions on the frontend trigger specific workflows in n8n, and their execution results are displayed back in the interface.
I've managed to set up message transmission from a bolt.diy app to n8n using webhooks, but I'm stuck with sending responses back to the bolt.diy application. Has anyone implemented such an integration? Would appreciate any experience and advice!