Asked by rpcob on June 26, 2025
Does Twidget have webhook functionality (e.g., trigger when a new row is created or a field is updated)? If not, is it on the roadmap?
Answered by Twidget
Twidget does not rely on traditional external webhooks for internal database events. Instead, the platform lets you define reusable functions that run before or after database operations, effectively serving as pre‑ and post‑triggers whenever a record is created, updated, or deleted.
Connect Google Sheets instead of native database
Yes. You can connect Twidget to Google Sheets using Google’s API or by using Twidget’s connector commands.
Automating multi-step API workflows and sending newsletters
Twidget can perform all those steps provided the services involved expose APIs. You can orchestrate the flow: call ChatGPT, write to/read from Google Sheets, call image generation APIs, and send results onward.
Twidget can send emails and integrate with services such as Sendfox. We also pro...
Database storage scope
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.