Custom api request
There is a way to make a custom api request where you can pass dynamic values to make the action as dynamic
Last updated
There is a way to make a custom api request where you can pass dynamic values to make the action as dynamic
Last updated
Inside logic, there will few or more actions will be there, in that this section covers up the API request action type
You can make a api request to other service where you will be able to padd the id dynamicall in url and if suppose its post request, then you can pass the body dynamically.
Example - 1 Making a GET api request dynamically using dnamic url
Example - 2 Making a POST api request dynamically by passind payload or body data dynamically