Asked by Junsuda on September 26, 2025
Can I test Twidget APIs with Postman or use the API from another front‑end client (self‑built frontend)?
Answered by Twidget
Yes. APIs you create in Twidget can be tested with Postman or used by any front‑end client.
Using Twidget to build a website
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).