Question / Feature Request: Auto-open n8n Chat widget when embedded
Package / Area
@n8n/chat
(embeddable chat widget) – version 0.27.1
n8n core version: 1.32.x
Deployment: self-hosted (Docker)
The problem
When the widget is embedded in window mode it shows only the toggle button.
I would like the chat window to open automatically on page load (or at least provide a configuration option to do so).
I already checked the README options and tried:
createChat({
webhookUrl: 'https://my-instance/webhook/...',
showWelcomeScreen: true, // works but still needs a click
mode: 'window', // I need the floating window style
})