Asked by sumolink on November 29, 2024
Can I proxy third‑party APIs through Twidget so my customers don’t see the third‑party URL?
Answered by Twidget
Yes. Call the third‑party API from a Twidget endpoint and return the response to your customers — this effectively proxies the third‑party service.
Parsing XML from emails and pushing to Firebase
We currently do not have an XML parser; Twidget works with JSON. You can, however, push data into Firebase from Twidget if the data is in JSON or you convert it to JSON first.
Collecting website visitor info and sending to Google Sheets
You can capture request header information such as User‑Agent, device, browser, country, and other values available from the HTTP request. You can then write that data to Google Sheets via their API or using Twidget’s connector commands.
Simple authentication with a single secret key
Twidget supports token‑based authentication and provides tutorials on usage. You must first generate an authentication token (via a login request); once issued, that token can be reused for subsequent requests. There is no way to bypass the initial token generation step entirely.
See tutori...
Querying by custom columns (e.g., age)
Yes. Generate an endpoint for the table and update the commands/inputs to use your custom field (e.g., age), or create a custom endpoint and query the table filtering by that field.
Using Twidget to replace automation tools and act as a database
Yes. Using Twidget’s HTTP Request and connector commands you can integrate with Airtable and Google Sheets/Google Contacts. Twidget also includes a built‑in database suitable for storing and managing your data.