Forum Academy Marketplace Showcase Pricing Features

How to call multiple api calls in a workflow dynamically?

So I have 3 api calls that has specific functions

and I would like those api calls to be called by a single generate button at the bottom

but I am thinking that I can combine the api calls together before clicking the generate button

so for example I can have a combination of

API CALL 1
API CALL 2
API CALL 2
API CALL 3

or

API CALL 3
API CALL 1
API CALL 1
API CALL 2

etcc…

Basically any possible combination you want possibly via drag and drop function or something else

Any ideas on how to achieve this?

Thanks in advance

This topic was automatically closed after 70 days. New replies are no longer allowed.