Asked by Jaffar on October 6, 2025
Can the Send HTTP Request command download a Zoom meeting recording and output the file so I can save it in Twidget and then transfer it to YouTube?
Answered by Twidget
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...
Forwarding POST data to a GET request and filling a form
Create a POST endpoint in Twidget that accepts the request body. Add a "Send HTTP Request" command to forward the extracted value to the target API (via GET or other method). The receiving page can then consume the GET response to populate the form.
Harmonizing multiple API data feeds and EU data location
Yes. You can connect to multiple APIs, store data in separate tables, transform and harmonize datasets to a common structure, and mark or link unique identifiers. Twidget tables can be exposed for use by external tools such as FileMaker.
Our servers are located in San Francisco, USA. We und...