| 开发者 | carlosvera |
|---|---|
| 更新时间 | 2026年4月23日 17:40 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
X-N8N-Auth) to protect your endpoints.sessionId — everything your N8N nodes need to maintain conversation context.sessionId per visitor based on browser characteristics (SHA-256 hash), without storing personal data. This allows N8N to maintain conversation context even if the user reloads the page.
braveschat folder to the /wp-content/plugins/ directory.Yes. BravesChat acts as the chat widget on your WordPress, but the intelligence and responses are managed by your own N8N workflow. You can use N8N Cloud or your self-hosted instance.
Yes. BravesChat sends the message and the conversation sessionId to the webhook URL you configure. The agent can be connected to OpenAI, Claude, Gemini, Ollama, or any model your workflow supports — BravesChat imposes no restrictions.
Each request includes: the user's message (chatInput) and the unique session identifier (sessionId). Conversation history is managed by N8N via the sessionId.
No. The history shown in the admin panel is fetched directly from your N8N data source (e.g., PostgreSQL) via a separate webhook that you configure.
Yes. In the Settings section you can specify pages where the widget should not appear.
Yes, BravesChat is compatible with WooCommerce and does not generate conflicts with the checkout process or store styles.
Yes. You can enable a consent banner that blocks the chat until the user accepts. User fingerprinting does not collect personal data. The Montserrat font is loaded locally, with no requests to Google Fonts.
Technically yes: the webhook can point to any HTTP endpoint that returns JSON with the output field. However, the plugin is optimized and documented for N8N workflows.
Yes. The token travels only on the server — it is never exposed in the page HTML or JavaScript. The frontend sends messages to the WordPress AJAX endpoint, which acts as a proxy and adds the token before contacting N8N.
braveschat across all files to match the WordPress.org assigned slug. Resolves all Plugin Check (PCP) text domain errors.braves-chat) so the text domain validates correctly on WordPress.org.