Asked by 9d6eae7974e4429d8bc6bcc9c1a0b48c on May 3, 2025
Is database storage allocated per workspace or shared across workspaces?
Answered by Twidget
Storage limits are applied at the organization (team) level and are shared across all workspaces in that organization.
Finding text using regular expressions
Yes. Use condition commands to check if text matches a regex pattern, or use the "Extract Text via regex" command available in the Text category to extract matches.
Syncing WooCommerce with vendor APIs
Yes. Integrate the WooCommerce REST API alongside the other vendor APIs within Twidget to synchronize stock and pricing. See the WooCommerce REST API docs for endpoints and authentication details.
Creating a paid third‑party API and documentation
Twidget supports building APIs you can expose to third parties, but it does not include built‑in payment or subscription billing. Integrate a payment processor (e.g., Stripe) to handle subscriptions.
Twidget automatically generates API documentation and supports custom domains for endpoints...
Pull data from third‑party APIs
Yes — Twidget can call and retrieve data from external REST APIs.
Protecting secret API tokens from the front end
Yes. Store API keys as global variables; they are only accessible in endpoints, API functions, and events (server side) and are not exposed to front‑end code.