VoxCart for WooCommerce is a connector for VoxCart — a voice-AI platform that lets customers call your store using natural speech (ask about orders, products, shipping, etc.).
The plugin acts as a bridge between your WooCommerce store and the VoxCart AI backend. An active VoxCart subscription is required to use this plugin.
What the plugin does:
Security highlights:
manage_woocommerce capability and a valid nonce.This plugin connects to the VoxCart AI platform hosted by TheOne Technologies. Specifically:
Session creation (server-side, admin-initiated) — When a storefront visitor loads a page with the widget enabled, the plugin sends a request from your WordPress server to:
https://voxcart-ai-api.theonetechnologies.co.in/api/v1/workflow/{agent_id}/embed-token
and
https://voxcart-ai-api.theonetechnologies.co.in/api/v1/public/embed/init
Data sent: your embed token, site hostname, store name, and context variables. No customer personal data is sent. The API key is included in server-to-server headers only.
Voice widget (browser-to-platform, customer-initiated) — When a customer starts a voice call, the browser loads the widget script from:
https://voxcart-ai.theonetechnologies.co.in/embed/theone-widget.js
and opens a WebSocket connection to:
wss://voxcart-ai-api.theonetechnologies.co.in:7443/api/v1/ws/public/signaling/{session_token}
Audio is streamed directly between the customer’s browser and the VoxCart platform. This plugin does not store audio.
These connections are only made when the plugin is fully configured (API key, Agent ID, and Agent API URL saved) and the storefront widget is enabled.