Asked by Eric on May 15, 2024
Can I build a calendar list of events on my website that pulls user‑generated data from Google Sheets/Forms and updates automatically?
Answered by Twidget
Yes. Use Twidget’s connector commands to integrate Google Sheets and Google Forms so event submissions update your calendar automatically.
No‑code API creation for non‑coders
Yes — Twidget is suitable for non‑coders. Basic familiarity with API concepts (API keys, headers, parameters) is helpful, but you can create APIs without writing code.
Combining results from multiple external APIs into a single endpoint response
Yes. You can call multiple external APIs from a single Twidget endpoint, transform or combine their responses, and return the combined result from your endpoint.
Relational model support and external data connections
Twidget supports one‑to‑many and many‑to‑many relationships and provides model features to define them easily.
You can connect to external data sources via API connections; native external database connectors are being expanded. External data storage is not currently counted against Twidget...
Connecting a marketplace to WooCommerce
Integrate WooCommerce’s API with your Twidget API. Twidget can connect to multiple websites — there’s no inherent limit to how many sites you can connect.
Referencing function input values
Use the Concat command to combine text with an input variable (e.g., "Hi there, " + NAME).