Asked by 321Action on July 30, 2025
I need to connect multiple SaaS applications (WordPress, WooCommerce, CRM, QuickBooks, ShipStation, etc.). Can Twidget discover API endpoints automatically and build the required connectivity? How do event triggers work — do you support webhooks to listen for and catch events?
Answered by Twidget
You can integrate multiple SaaS platforms with Twidget as long as each platform provides an API. Twidget does not automatically discover third‑party APIs — you configure integrations using the API documentation published by each provider.
For event‑based automation, Twidget supports webhooks: create a GET or POST endpoint in Twidget and configure the external platform to call that endpoint when an event occurs. That endpoint can then trigger subsequent actions and data exchange between systems.
Webhooks and pre/post database triggers
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.