HelpStack for WooCommerce connects your store to your HelpStack account so the HelpStack AI assistant can answer customer questions about their orders (status, tracking, contents) directly inside your chat widget, and so your support team can see order context alongside every conversation.
Setup takes two steps:
The plugin creates a read-only WooCommerce REST API key on your behalf (the same mechanism WooCommerce itself uses under WooCommerce > Settings > Advanced > REST API) and sends it to HelpStack together with your pairing code. HelpStack never receives write access to your store.
This plugin connects your site to the HelpStack service (helpstack.eu) to enable the order-lookup and support features described above.
When you click “Connect” on the HelpStack settings page (WooCommerce > HelpStack), this plugin sends an HTTPS request to https://helpstack.eu/api/woocommerce/connect containing:
home_url()).This request is only made when you actively click the Connect button.
Once connected, this plugin also makes the following requests to HelpStack:
https://helpstack.eu/api/woocommerce/widget.js, with your store’s URL and site locale passed as query parameters, so HelpStack can render the correct chat widget for your customers.https://helpstack.eu/api/conversations to retrieve a list of your recent support conversations (customer name, a short preview of the last message, channel, status and timestamp), which the plugin then renders as a normal WordPress admin table. Nothing from HelpStack is embedded in the page.https://helpstack.eu/api/conversations/unread-count to show an unread badge on the “HelpStack Inbox” item in the admin menu. The result is cached for 30 seconds, so this runs at most twice a minute while you are working in wp-admin.The last two requests are authenticated with a short-lived (5 minute) signed token containing the current WordPress user’s name and email address, so HelpStack knows which connected store, and which team member, is asking. The token is generated on the server for each request, sent only in an HTTP Authorization header, and is never exposed to the browser or placed in a URL.
Outside of an explicit Connect click, an enabled storefront widget, and the inbox/unread requests described above, the plugin makes no other outbound network calls, and includes no bundled analytics or tracking of any kind.
By using this plugin and connecting your store, you agree to HelpStack’s: