Description
AeroChat adds an AI-powered chatbot to your WordPress site and keeps it in sync with your content. Pages, posts, and — when WooCommerce is active — products, coupons, and shipping zones are sent to the AeroChat knowledge base so the chatbot can answer customer questions accurately.
Features:
- AI chatbot widget that appears in the bottom-right corner of your site.
- Automatic, real-time sync of pages and posts when you publish or update them.
- WooCommerce support: products (with variants, pricing, and stock), coupons, and shipping zones.
- One-click “Sync Now” to push all of your content at once.
- Simple connection flow — paste the API key from your AeroChat dashboard and you’re done.
A free or paid AeroChat account is required to use this plugin. You can create one at https://aerochat.ai.
External services
This plugin connects to the AeroChat service (operated by AeroChat) to power the AI chatbot and to sync your site content into the chatbot’s knowledge base. The plugin does not contact AeroChat until you enter an API key generated from your AeroChat dashboard.
The plugin communicates with the AeroChat API at https://app.aerochat.ai for the following purposes:
- Connection / verification
* What is sent: your site URL, the chatbot enabled/disabled state, and your AeroChat API key.
* When: when you save your API key, when you toggle the chatbot on or off, and periodically to verify the connection is still valid.
* Endpoint: https://app.aerochat.ai/bot/wordpress/webhook/ping
- Content synchronisation
* What is sent: published pages and posts (title, URL, and content); and, when WooCommerce is active, products (name, description, price, variants, stock, tags, image URL), coupons (code, discount type, amount, expiry date), and shipping zones and methods.
* When: when you click “Sync Now”, when you save your API key, and automatically when you create, update, or delete the relevant content.
* Endpoints: https://app.aerochat.ai/bot/wordpress/webhook/content and https://app.aerochat.ai/bot/wordpress/webhook/batch
- Chat widget (front end)
* What is sent: when the chatbot is enabled, your site loads the AeroChat widget script and visitors’ chat messages are sent to AeroChat so the AI can generate replies.
* When: on front-end page views while the chatbot is enabled.
* Script: https://app.aerochat.ai/static/chatbox_live.js
Use of the AeroChat service is governed by the AeroChat Terms of Service (https://aerochat.ai/legal/terms) and the AeroChat Privacy Policy (https://aerochat.ai/legal/privacy-policy).
Installation
- Upload the plugin files to the
/wp-content/plugins/aerochatdirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the “Plugins” screen in WordPress.
- Go to the AeroChat menu, then “Settings”.
- Paste the API key generated from your AeroChat dashboard (Channels > WordPress > Generate API Key) and click “Save Settings”. Your content will sync automatically.
- On the AeroChat Dashboard page, toggle “Enable AeroChat chatbot in your theme” to show the widget on your site.
FAQ
-
Do I need an AeroChat account?
-
Yes. The plugin connects your WordPress site to your AeroChat account. You can create an account at https://aerochat.ai.
-
Does it work with WooCommerce?
-
Yes. When WooCommerce is active, the plugin also syncs your products, coupons, and shipping zones so the chatbot can answer store-related questions.
-
How do I stop syncing my content?
-
Remove the API key on the Settings page, or deactivate the plugin. The widget can also be turned off independently using the toggle on the Dashboard page.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“AeroChat – AI Chatbot & Customer Service Automation” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “AeroChat – AI Chatbot & Customer Service Automation” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0.4
- Compliance: admin Settings and Dashboard JavaScript is now enqueued via wp_enqueue_script / wp_localize_script (admin_enqueue_scripts) instead of printed inline; no inline remains.
- Docs: corrected the Privacy Policy link to the current public URL.
2.0.3
- Compliance: removed the self-hosted update mechanism; updates are now delivered through the WordPress.org plugin directory.
- Compliance: the chat widget loader is now registered with wp_enqueue_script instead of being printed directly.
- Security: SSL certificate verification is never disabled when contacting the AeroChat API.
- Internationalization: all admin-facing strings are now translatable (text domain “aerochat”).
- Added uninstall cleanup that removes plugin options when the plugin is deleted.
- Debug logging is now gated behind WP_DEBUG.
2.0.2
- Compliance: enqueue admin and widget scripts via the WordPress script API.
- Added readme with external services disclosure.