Description
Zynli adds AI-powered customer support to any WordPress site in one click — no API keys, no manual embed code.
After you install the plugin and click Enable Zynli, you sign in to Zynli, authorize your site, and the plugin:
- Loads the Zynli chat widget on your site
- Identifies logged-in WordPress users for personalized support
- Exposes a secure REST proxy so Zynli workflows can read site pages and posts
- Adds WooCommerce order and product actions automatically when WooCommerce is active
Zynli account required. You can create an account during the connect flow.
Corporate WordPress sites
On a standard WordPress site (no WooCommerce), Zynli supports:
- Embeddable AI support widget
- Knowledge base crawling from your site content
- Support workflows and API actions via Zynli Actions & Flows
- Conversational forms in the chat widget
- Human agent handoff and ticketing from the Zynli dashboard
WooCommerce stores
When WooCommerce is installed and active, the same plugin also:
- Identifies logged-in WooCommerce customers with order traits
- Exposes order, product, and category REST proxy endpoints
- Installs starter order/shipping/returns workflows on Zynli Pro+
How it works
- Install and activate Zynli on your WordPress site.
- In WordPress admin, open Zynli and click Enable Zynli.
- Sign in to Zynli (or create an account) and authorize your site.
- The chat widget appears on your site. Configure KB sources, workflows, and forms in the Zynli dashboard.
External services
This plugin connects to Zynli, a hosted customer-support platform operated by Zynli.
When the service is used
- When a site admin clicks Enable Zynli, Disconnect, or when the plugin syncs the connection token.
- When the Zynli chat widget loads on the site (connected sites only).
- When Zynli workflows request site content or WooCommerce data from the plugin’s REST proxy (connected sites only).
What data is sent
- Connect / exchange: site URL (
home_url), WordPress version, WooCommerce version (if active), plugin version, and a one-time authorization code. - Sync / disconnect: site URL and connection token.
- Widget: tenant reference, app URL, and (for logged-in users) a signed identity payload (user ID, email, display name, optional order count and spend on WooCommerce sites).
- REST proxy (inbound to your site): Zynli sends authenticated requests to
/wp-json/zynli/v1/*on your site. Responses include site info, pages, posts, and — when WooCommerce is active — order, product, inventory, return, and related commerce action data under merchant policy. - Webhooks (outbound, WooCommerce): When enabled, the plugin asynchronously notifies Zynli of order/product/inventory changes. Checkout never waits on Zynli availability.
Service provider
- Service: https://zynli.ai
- Terms: https://zynli.ai/terms
- Privacy: https://zynli.ai/privacy
No data is sent to Zynli until a site administrator completes the connect flow.
Screenshots



Blocks
This plugin provides 1 block.
- Zynli AI Storefront
Installation
- Install and activate Zynli from WordPress.org (or upload the zip).
- Optional: install WooCommerce if you want order and product automation.
- Go to Zynli in the WordPress admin sidebar.
- Click Enable Zynli and complete the authorization flow on zynli.ai.
- Open your site to confirm the chat widget loads.
FAQ
-
Do I need WooCommerce?
-
No. Zynli works on any WordPress site. WooCommerce is optional and unlocks order/product automation when active.
-
Do I need a Zynli account?
-
Yes. The plugin uses a one-click OAuth-style connect flow. You can sign up at zynli.ai during authorization.
-
Is Zynli free?
-
The plugin is free. Zynli offers paid plans for AI usage, team features, knowledge base, workflows, and WooCommerce store automation. See zynli.ai/pricing.
-
Does this replace my help desk?
-
Zynli adds AI chat, knowledge base answers, workflow automation, and forms. Human agents can take over conversations from the Zynli dashboard.
-
What data does the plugin send to Zynli?
-
During connect, your site URL, WordPress version, WooCommerce version (if active), and plugin version are sent to Zynli. After connect, Zynli may call your site’s REST proxy (pages, posts, and WooCommerce data when available) using a connection token issued during authorization. Logged-in user identity (user ID, email, name, and optional order stats) is signed locally and passed to the widget. See External services below and Zynli’s Privacy Policy.
-
Can I disconnect?
-
Yes. In Zynli admin, click Disconnect. The plugin removes local connection data and notifies Zynli.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Zynli — AI Customer Support for WordPress” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Zynli — AI Customer Support for WordPress” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.3.1
- Fix widget login / identity handshake for connected stores.
0.3.0
- Commerce-action platform: signed
POST /zynli/v1/actionsdispatcher withwoocommerce.*action IDs. - Customer ownership enforcement, guest OTP verification, HMAC request signing + nonce replay protection.
- Return eligibility/create, cancel, address update, notes, refunds, coupons, replacements, subscriptions (when installed).
- Merchant policy UI with financial actions defaulting to human approval (never auto-enabled on upgrade).
- Async signed webhooks to Zynli; HPOS compatibility declared.
- Legacy
wc_*GET routes preserved as aliases.
0.2.0
- Generalize plugin for all WordPress sites — WooCommerce is now optional.
- Add site content REST proxy (pages, posts, search) for KB and workflow actions.
- Identify logged-in WordPress users on non-WooCommerce sites.
- Connect flow moved to
/integrations/wordpress/connect. - WooCommerce order/product routes register only when WooCommerce is active.
0.1.1
- Remove unnecessary load_plugin_textdomain() call; WordPress.org loads translations automatically.
0.1.0
- Initial release: one-click connect, widget embed, customer identity, WooCommerce order/product REST proxy.
