TimeSaverBot integrates your WordPress site with the TimeSaverBot SaaS platform. A guided setup wizard provisions your workspace automatically — no separate account registration required.
Features:
How it works:
This plugin relies on the TimeSaverBot SaaS platform hosted at app.timesaverbot.com. The following external connections are made:
POST /Provision/WordPressInstall) — Called once during the setup wizard to create your workspace. Sends: site URL, installation ID, WordPress version, plugin version, admin email.GET /Provision/WordPressDashboardSummary) — Called when loading the Dashboard page. Returns aggregated usage metrics.POST /Auth/CreateOperationToken) — Called when you navigate to Chat, Leads, or Knowledge Base. Issues a short-lived authentication token.app.timesaverbot.com.app.timesaverbot.com with automatic authentication.embed.js) — Loaded on every frontend page after wizard completion. The script is served from widget.timesaverbot.com and renders the chat widget inside an iframe. It sends your tenant ID and channel ID as data attributes.All server-to-server API calls are signed with HMAC-SHA256 using a per-installation secret. No data is sent to any other third-party service.
TimeSaverBot connects to the TimeSaverBot SaaS platform at app.timesaverbot.com. This section documents all data transmitted.
example.com)Installation ID, HMAC secret, tenant ID, connector channel ID, process ID, wizard state. All stored in the wp_options table under the tsvbot_wp_settings key.
Chatbot configuration, conversations, leads, and usage metrics are stored on the TimeSaverBot platform. See the TimeSaverBot Privacy Policy for retention and deletion policies.
This plugin does not transmit data to any service other than app.timesaverbot.com.