BravesChat is the bridge between your WordPress site and your N8N workflows: connect any AI agent you have built with your visitors, without extra code and in minutes.
Designed for the N8N community
- N8N-ready webhook: Point BravesChat to your workflow URL and start receiving messages instantly. Supports an authentication token in the header (
X-N8N-Auth) to protect your endpoints. - Complete payload on every message: Each request includes the current message and the user’s unique
sessionId— everything your N8N nodes need to maintain conversation context. - Markdown responses: Your agent’s messages are rendered with rich formatting — bold, lists, links, and code — with no extra configuration.
- Conversation history with CSV export: Browse all sessions from the WordPress dashboard and export them to your CRM, spreadsheet, or database with one click.
Production-ready
- Configurable business hours: Define when the chat is active and show a custom message outside those hours — ideal if your agent depends on a human in the loop.
- Built-in GDPR compliance: Consent banner that blocks the chat until the user accepts. Montserrat font loaded locally, no external requests.
- Full brand customization: Colors, texts, position, skin, and display mode (floating widget or full screen) — all adjustable without touching code.
- Reinforced security: The N8N authentication token travels only on the server — it is never exposed in the page HTML.
- WooCommerce compatible: Works in WooCommerce stores without conflicts, enabling conversational assistance throughout the purchase process.
Session identification with Fingerprinting
BravesChat generates a unique 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.
External services
API.Bible (scripture.api.bible)
This plugin connects to the API.Bible service, provided by the American Bible Society, to display a daily Bible verse in the WordPress admin dashboard header.
What data is sent: Only a verse reference identifier (e.g. “JHN.3.16”) selected by the day of the year. No user data, visitor data, IP addresses, or site-specific information is ever transmitted.
When: Once per day, on the first admin page load after the 24-hour cache expires. The result is stored as a WordPress transient and reused for the rest of the day. Front-end visitors are never affected.
Why: To show an inspirational verse to the site administrator in the plugin’s admin header.
- Service provider: American Bible Society
- Terms of Service: https://scripture.api.bible/admin/terms-of-service
- Privacy Policy: https://www.americanbible.org/privacy-policy
N8N Webhook (user-configured)
This plugin sends chat messages to an N8N webhook URL configured by the site administrator.
What data is sent: The visitor’s chat message, conversation history, an anonymous session identifier (fingerprint), and the current page URL.
When: On every message sent by a visitor through the chat widget, but only if the administrator has configured a webhook URL.
Why: To forward the conversation to the administrator’s N8N workflow for AI processing.
The webhook URL, destination server, and all data processing are fully controlled by the site administrator. No data is sent to any Braves-operated server.
