smashsmash
smash
Feb 25, 2024

Q: I have 4 questions regarding Nowa capabilities: 1) Integration and Automation of Data Flow between APIs: Is ...

it possible to automate the data transfer from one API (API A) to another (API B) using Nowa? Specifically, can we set up a system where data received from API A is automatically pushed to API B either through a manual trigger (like a button click) or automatically on a predefined schedule (e.g., using a timer)?

2) Building SAAS Applications:
Can Nowa be utilized to develop Software as a Service (SAAS) applications, particularly for features such as managing user accounts, handling subscriptions, and other related SAAS functionalities?

3) Implementing a Product Gallery:
How can we use Nowa to create a product gallery feature? I'm interested in understanding the steps or the approach to build a gallery that showcases products, including how to manage and display images or information related to each product effectively.

4) Dynamic URL Structure for API Requests:
How can we dynamically alter the URL structure for API requests in Nowa based on the specific user and their unique ID? This is especially relevant for operations that require a unique identifier for each user (e.g., GET, PATCH, DELETE requests) to ensure the API call is correctly targeted and executed for user-specific data.

These questions aim to explore the capabilities of Nowa in terms of automation, application development, feature implementation, and customization to meet specific requirements.

Founder Team
anas_nowa

anas_nowa

May 15, 2024

A: Hey,

Happy to answer your questions :) let's go:

1- For Automating the API's, that's more of a backend job. In Nowa, we offer you the platform to build the front end app, with the options to use your own backend, or using a no-code backend service like Firebase or Supabase, so you can check them out to see how to do that.

2- Yes you can build a SAAS app in Nowa. Since you can export to Web, you can build a SAAS app and deploy it to your own server.

3- For the Gallary feature, yes you can do it :) you can simply create it by having a screen with an image widget and buttons to switch between them (very simple to do it), or soon we will launch a gallery widget so all it's functionality is already included.

4- For the API, when adding a request, you can give each it's own endpoint with request type (GET, PUT, ..etc). Check out this page to see more: https://docs.nowa.dev/data/post_request

If you have any other questions please let me know :) You can ask me here, on our community platform 🌎 (https://community.nowa.dev) or at our email 📧] [email protected] We are here to help 🧡

Share
Helpful?
6
Log in to join the conversation

Thanks for replying so i have 2 more questions related to:
Regarding point 1)
1st Question: Ok i got it that its basically for front end only. can't use our own sql service like MYSQL, other platforms for storing data temporarily and then pushing it to API B and doing vice versa. Let me tell you in easy language basically i am trying to setup Saas based website for fulfillment service.
Regarding Point 3)
2nd Question: You said it can be possible gallery based what about variant based products and for gallery it going to be using json data of API it going to fire all images at once can we define in systematic way to show different image with each slide and it would be automatic for every product.

Founder

Hey smash,

So yes Nowa is only a front-end, but to build your SaaS you definitely need a backend as well with a database, and there are plenty of options to choose from!

And yes you can have a gallery where it loads an image from the list of items, and when the user go to the next item the follow-up image can be displayed.

Just contact us if you stuck at any point of need any help :)