Asked by pylon on October 16, 2025
I want Site A to POST to Twidget, Twidget to extract a value and immediately forward it via a GET request so that a form on the receiving page is populated. Is this possible?
Answered by Twidget
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...
Editor states (text vs styles), hover color display, missing custom functions, and page selection issues
1) States only affect styles, not the text content.
2) The configuration panel reflects the currently selected state. To view hover styles in the editor, select the Hover state from the state dropdown; in Preview you can see hover behavior live.
3) Custom page functions created at the...
Purpose of connectors
Connectors are prebuilt commands that simplify integration with external services (Google Sheets, ChatGPT, Slack, etc.). Instead of building raw HTTP requests, use a connector to interact with an external API through a simplified command interface.