Hi There, I know its possible to customize the front end chat trigger but with limited css styling, is there any work around? additionally I am struggling with my own custom css and js code + Webhook? what’s the key to making your own front end chatbot that triggers with N8N? Any advice please? ![]()
Instead of using the Chat input node, you could also just replace it with a Webhook node and then build a custom html frontend using the webhook calls.
@Wouter_Nigrini, thanks for your quick feedback, I tried doing that but was unsuccessful, maybe something I am doing wrong with calling on the HTTP? Should it be set to get or post? is there a in-detail approach to this? maybe a video online?
Please share the workflow you created in a code block so I can see. The webhook should be a POST so you can send the chat input
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.