Asked by neo+ on November 29, 2024
As a non‑technical user, how much can Twidget replace or complement tools like Make or n8n? Can you provide examples of what I can build?
Answered by Twidget
Twidget goes beyond simple automations: you can create full, complex APIs that serve front‑end clients, mobile apps, or games, not just automation flows. It can therefore both replace and complement no‑code automation tools depending on your needs.
See our use‑case examples for ideas: https://twidget.io/use-cases
Setting custom status codes in API output
Successful responses default to HTTP 200. Use the validate function to detect invalid input and throw an error — that will return an appropriate non‑200 status code. See the linked tutorial for details.
https://www.youtube.com/watch?v=FAbQP37ImUI
GDPR compliance and custom endpoint domains
Yes — Twidget is GDPR compliant.
We are working on adding support for custom domains (CNAME) for endpoints.
Using Twidget as an API proxy
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.