| 开发者 | winevizer |
|---|---|
| 更新时间 | 2026年8月17日 02:39 |
| PHP版本: | 8.1 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
POST https://api.chatbot-flow.com/api/register): your admin email, site URL, chosen plan, optional company name.POST https://api.chatbot-flow.com/api/chat/message, POST /api/events): the visitor's anonymous session id, the page URL, the page title, the device type (mobile/desktop), the visitor's chat messages, and — only if the WordPress user is logged in or you explicitly pass it — the user's display name and email.POST https://api.chatbot-flow.com/api/leads): the email/name/phone the visitor entered.https://api.chatbot-flow.com (and the configured custom URL if you change it).api.chatbot-flow.com:
/img/logo-180.png — small logo displayed in the widget header/sounds/notify.mp3 — short notification sound played when the widget auto-opens (can be disabled in settings)/wp-content/plugins/chatbot-flow/ or install via the WordPress plugin directoryYes. The plugin is a frontend for the Chatbot Flow SaaS service. Indexing, language-model calls, conversation storage and email notifications all run on chatbot-flow.com servers. The plugin alone cannot answer messages.
No. Chatbot Flow is a SaaS service: the plugin communicates with our servers to generate answers.
Yes. Each client has a dedicated and isolated vector database. Your content is never used to train other models. OpenAI guarantees that API data is not used for training.
Yes, with the BYOK (Bring Your Own Key) plan at 8€ incl. VAT/month. The key is sent encrypted to Chatbot Flow servers and used only to generate answers for your site.
By default, the chatbot automatically detects the visitor's language and responds in the same language. The Premium option allows for per-language configuration.
The source language is English. French (fr_FR) is shipped. WordPress will automatically pick the right translation based on the site language. You can contribute additional translations via the WordPress.org translation portal.
The chatbot remains active until the end of the paid period. You then receive an email with a download link (valid 30 days) to export your data. After 30 days, everything is permanently deleted.
Yes. All content exposed via the WordPress REST API (including WooCommerce products) is indexed.
Yes, from the Configuration → Excluded paths section.
Servers are hosted in France (OVH). Each customer has an isolated PostgreSQL+pgvector database. See https://chatbot-flow.com/privacy for full details.
Deactivating and deleting the plugin removes all WordPress options it stored. To also delete the data on Chatbot Flow servers (conversations, leads, indexed content), cancel your subscription from the My account page or contact support — a 30-day export window is offered before permanent deletion.
_wpnonce field instead of the one the form actually submitscbflw_widget_exclusions_changed available for any other cache pluginwp_redirect() with wp_safe_redirect() for all internal admin redirects; nonce verification, input unslash and output escaping added on every admin-post and AJAX endpoint per Plugin Checkload_plugin_textdomain call (auto-loaded by WP.org since 4.6); bumped "Tested up to" to 7.0chatbot_flow_ to unique cbflw_ prefix per WordPress.org guidelines. Existing settings are migrated automatically on plugin activationabsint() instead of sanitize_text_field()sanitize_textarea_field()data-page-context="…" or window.ChatbotFlowPageContext = "…" — useful for SPAs that change route without reloadingfr_FR)