Intro to the apps
In Wized, the term Apps
refers to the various APIs integrations that you will utilize throughout your project. Each App corresponds to a specific integration, and it is essential to create one App for each integration, as each request made represents a different endpoint.
Wized comes equipped with a range of native integrations, such as Memberstack, Supabase, Firebase, and Airtable, which streamline the connection process by requiring only necessary credentials and configuration settings.
App types in Wized
- Native integrations: These are pre-configured connections to popular services that simplify the integration process. You only need to provide essential information to establish a connection with these services.
- Custom REST integrations: If your project involves connecting to an external web service that provides a REST API, you can define the base URL and other request details as needed.