How can we use our own ChatBot UI

We are looking for a solution to our our own Chatbot User Interface we have build and connect it to our n8n chat workflow.
thanks in advance for your support

Hey @Sander_Kerstens,

Just use the webhook trigger.

You are probably gonna have to send the user message, username and session_id to this webhook, to make everything work.

And then just use “Respond to webhook” node to send your reply.

If my reply answers your question, please remember to mark it as the solution.

2 Likes

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