Asked by ivantudorbrewer on October 6, 2025
Can Twidget be used to build a website?
Answered by Twidget
Yes — you can build both front‑end pages and backend APIs with Twidget.
CSV re‑import behavior (update vs duplicate)
Reimporting data into a table creates new records; it does not update existing records.
Downloading Zoom recording and saving file bytes
Yes. Use the HTTP Request command with response type set to ArrayBuffer to receive file bytes, then store those bytes as a file in Twidget’s file manager. From there you can transfer the file to YouTube using the YouTube API or another service.
Connecting Groove Funnels and SendFox; APIXDRIVE comparison; requests per month
1) Twidget can connect to any application that provides an API, including Groove Funnels and SendFox.
2) Twidget is not the same product as APIXDRIVE, though it performs similar integration functions.
3) "Requests per month" refers to the number of inbound API requests allowed by your...
Logging to a file
Use the Upload File command to write data to a file in the datastore (file manager).
Organization vs workspace and access/limits
An organization can contain multiple workspaces to separate resources. Your subscription plan applies at the organization level and its limits are shared across all workspaces. Team members are managed at the organization level, while each workspace maintains its own content and data. Cross‑works...