Is Typeform one of the companies that we could integrate with using an API to bring in the data collected into one of our Wix-housed databases?
To see this working, head to your live site.
Search
Wishlist Page is the new official platform for requesting new features. You can vote, comment, and track the status of the requested features (requests from this page will be migrated to the new Wishlist soon).
Hi,
In general - any product/solution that exposes REST API (some url we can get information from / feed information to) should be supported in Wix Code.
For example, see this article on accessing 3rd party API:
https://support.wix.com/en/article/accessing-3rd-party-services
The article is using the service fixer.io. It is possible, because the service exposes REST API - "api.fixer.io/latest", that we can call to get information.
So bottom line - if Typeform exposes this kind of API, it should be possible :)
Thank you! I will go look at that article!